lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Workaround for issue 1515?


From: Dominic
Subject: Workaround for issue 1515?
Date: Fri, 15 Apr 2016 12:43:23 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]