lilypond-user
[Top][All Lists]
Advanced

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

Re: Organmusic with same spacing in staffgroup as above pedal staff


From: David Kastrup
Subject: Re: Organmusic with same spacing in staffgroup as above pedal staff
Date: Tue, 20 Dec 2011 12:03:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Wilbert Berendsen <address@hidden> 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




reply via email to

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