Wilbert Berendsen <[email protected]> writes:
> Hi,
>
> I often use the following structure for organ music:
>
> \score {
> <<
> \new PianoStaff <<
> \new Staff = "upper" { c }
> \new Staff = "lower" { c }
> >>
> \new Staff = "pedal" { c }
> >>
> }
\score {
<<
\new PianoStaff \with { \remove "Vertical_align_engraver" }
<<
\new Staff = "upper" { c' }
\new Staff = "lower" { \clef bass c }
>>
\new Staff = "pedal" { \clef bass c }
>>
}
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user