lilypond-user
[Top][All Lists]
Advanced

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

Re: Add 'generic' padding between two staves (once)


From: Torsten Hämmerle
Subject: Re: Add 'generic' padding between two staves (once)
Date: Wed, 13 Jun 2018 15:49:30 -0700 (MST)

Hi,

A very simple approach would be to just add some (invisble) markup to push
the staves away from each other, e.g. a space.

%%%% Example
\version "2.19.81"

<<
  \new Staff  {
    \repeat unfold 40 { c''1 }
   % Let's say I'd like to add some extra padding between these staves so
the D/A have more room, without impacting other pages.
   d'1_\markup \lower #4 " "
    \repeat unfold 100 { c''1 }
  }
 
  \new Staff {
   \repeat unfold 40 { c''1 }
 a''1
  \repeat unfold 100 { c''1 } 
   
  }
>>

%%%% end of snippet


HTH,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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