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