X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-layout.ly;h=65d13eddc367dfa18d112f297fb8cb58103fe31b;hb=7b5eff9b8de6992d309a959c13425aa91fb7d3a6;hp=135223fc55f07927391588536d9b2637b2e5d79b;hpb=acecdaa587624321449f875e68a9d7018b1846f4;p=lilypond.git diff --git a/input/regression/page-layout.ly b/input/regression/page-layout.ly index 135223fc55..65d13eddc3 100644 --- a/input/regression/page-layout.ly +++ b/input/regression/page-layout.ly @@ -1,5 +1,5 @@ -\version "2.3.22" +\version "2.10.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} } }