Wilbert Berendsen <wbs...@xs4all.nl> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to