I have independently stumbled across what I now now is Issue 1515 "Subdivided
beams are disregarded with \cueDuring".

Here is a (tiny-ish) example based on some code from 2011:

/\version "2.19.39"
music = \relative c'' {
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1 8)
  c16->( \mp d) c c
}
\addQuote music \music
<<
  \new Staff {
        *% \set Score.quotedCueEventTypes = #'()*
        \cueDuring #"music" #UP s4
  }
  \new Staff {
    \new CueVoice
      \quoteDuring #"music" s4
  }
>>/

Uncommenting the bold line above somehow causes *everything* to be
'correctly' quoted, but I want to be able to selectively quote parts - e.g.
not dynamics or slurs or articulations.

Is this an insurmountable bug, or is there a workaround that exists by
inserting some special event type into quotedCueEventTypes?

Thanks,

Dominic



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Workaround-for-issue-1515-tp189630.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to