Dear Community,
I found that the following code does not work properly. I don't know
whether it is the known bug or not...
%%%%
\version "2.18.2"
{
\new PianoStaff <<
\new Staff = up {
% It works well when the followong line is commented out.
\override TupletBracket.outside-staff-priority = #0
\tuplet 3/2 { c'8 \change Staff = down c r}
}
\new Staff = down {
\clef bass
s4
}
>>
}
%%%%
Thanks,
Takumi
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user