lilypond-user
[Top][All Lists]
Advanced

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

Make a new staff occupy the same vertical space as a previous staff


From: Joel Ebel
Subject: Make a new staff occupy the same vertical space as a previous staff
Date: Tue, 25 Aug 2015 18:05:45 -0400

I'm sure this is documented somewhere and I just can't seem to find
it. How do I get a new staff to immediately follow a previous staff in
the same vertical space. In this simple example, I'd like the TabStaff
to end, and the RhythmicStaff to immediately follow in the same
vertical space, rather than starting lower in the score, indicating a
switch between picked notes vs strummed chords.

\version "2.19.25"
<<
  \new ChordNames \chordmode {
    c1 c
  }
  { \new TabStaff \relative c {
      c4 e g c
    }
    \new RhythmicStaff {
      c4 c8 c~ c c c
    }
  }
>>



reply via email to

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