lilypond-user
[Top][All Lists]
Advanced

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

Re: How to diminish the vertical space underneath a musical example


From: Klaus Blum
Subject: Re: How to diminish the vertical space underneath a musical example
Date: Mon, 15 Feb 2016 13:39:16 -0700 (MST)

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.



reply via email to

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