lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical spacing


From: Ole Schmidt
Subject: Re: vertical spacing
Date: Fri, 5 Feb 2010 23:05:11 +0100

Am 05.02.2010 um 02:08 schrieb Neil Puttock:

> 
> http://lilypond.org/doc/v2.13/Documentation/notation/page-formatting#Page-formatting
> 
> Try setting padding in between-system-spacing:
> 
> \paper {
>  between-system-spacing = #'((padding . 1))
> }
> 
> Regards,
> Neil


this increases the distance, but between the wrong systems (see attached 
picture)
how can I change the distance between the two \score blocks?
Can someone please take a look at my code- I do not understand exactly how to 
use \book

thanks  ole



Attachment: Bild 2010-02-05 um 22.59.04.jpg
Description: image/jpg



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.13.7"
 
\header { tagline =  ##f }
 \layout {      \context 
        {  \Score
        \remove "Bar_number_engraver"  }   }
        \paper { indent= 0\cm  ragged-right= ##t   between-system-spacing = 
#'((padding . 20)) } 
\book {
 
\score {
\new Staff {
\relative c'' {         
                g8 f f2. |\break
                c4 bes4 r2

}
}

\header { piece = "One"
        opus =  "Kurzfassung" 
}

}

 \score {
\new Staff {
\relative c'' {         
                g8 f f2. |\break
                c4 bes4 r2

}
}
}
\header { piece = "Two"
        opus =  "Kurzfassung" 
}



 }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


reply via email to

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