Dear community,
in the following snippet the cuenotes are not displayed.
I think it has to do with the PianoStaff-context in the Staff "right".
Is there a way to force lilypond to show the cuenotes, without erasing the
command \set PianoStaff.instrumentName = "Piano"?
Here is my snippet:
\version "2.14.2"
right = { \set PianoStaff.instrumentName = "Piano"
c'' 4 g' a' b' c'' 4 d'' e'' f'' g'' 1 }
\addQuote "rigth" { \right }
anothoerinstrument = { c' 1 \cueDuring #"right" #UP { R1 } c'1 }
\score {
<<
\keepWithTag #'cued
\new Staff \anothoerinstrument
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user