X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-layout.ly;h=6674e53e432a07112b070c262057b80ee5c8cc18;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=98a47fce01fa573b1f7e52eaed2008a724751fc3;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/page-layout.ly b/input/regression/page-layout.ly index 98a47fce01..6674e53e43 100644 --- a/input/regression/page-layout.ly +++ b/input/regression/page-layout.ly @@ -1,5 +1,5 @@ -\version "2.4.0" +\version "2.12.0" @@ -25,19 +25,24 @@ This file is best viewed outside the collated files document. } \paper { - %hsize = 2\cm - %vsize = 2\cm - topmargin = 2\cm - bottommargin = 2\cm - %headsep = 7\cm - %footsep = 7\cm - raggedbottom = ##t - raggedlastbottom = ##t - leftmargin = 3\cm - linewidth = 15\cm + %paper-width = 2\cm + %paper-height = 2\cm + top-margin = 2\cm + bottom-margin = 2\cm + %heap-separation = 7\cm + %foot-separation = 7\cm + ragged-bottom = ##t + ragged-last-bottom = ##t + left-margin = 3\cm + line-width = 15\cm %rigthmargin = 3\cm interscoreline = 3\cm -} + + annotate-spacing = ##t + + + + } \book { @@ -48,7 +53,7 @@ This file is best viewed outside the collated files document. } } \header {piece = "Piece I"} - \layout {linewidth = 13\cm} + \layout {line-width = 13\cm} } \score { \relative c'' { @@ -56,7 +61,10 @@ This file is best viewed outside the collated files document. \repeat unfold 4 {c4} } } - \header {piece = "Piece II"} - \layout {linewidth = 9\cm} + \header { + breakbefore = ##f + piece = "Piece II" + } + \layout {line-width = 9\cm} } }