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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user