Hi Robert,
Robert Blackstone-3 wrote
> What can I do to diminish the vertical space between the score and the
> next text block?
if your score block is short enough to not require a page break, you can
also insert it as a markup element:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup \score {
\layout {
indent = 7.5\cm
}
\relative c'
{
\new Staff {
\omit Staff.TimeSignature \clef treble \key c \major
c d e f
}
}
} % End score
\markup \vspace #-1 % In that case, you can even do things like this... :-)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/How-to-diminish-the-vertical-space-underneath-a-musical-example-tp187249p187253.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user