Menu

#1515 Subdivided beams are disregarded with \cueDuring

Accepted
nobody
None
Defect
2011-02-14
2011-02-14
Anonymous
No

Originally created by: *anonymous

Originally created by: brownian.box@gmail.com

Reported by Ãyvind Moe, http://lists.gnu.org/archive/html/bug-lilypond/2011-02/msg00162.html :

%---------------8<-----------------------------
\version "2.13.50"

music = \relative c'' {
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1 8)
  c16 c c c
}
\addQuote music \music

<<
  \new Staff {
    \cueDuring #"music" #UP s4
  }
  \new Staff {
    \new CueVoice
    \quoteDuring #"music" s4
  }
>>
%---------------8<-----------------------------

1 Attachments

Related

Issues: #5547

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.