X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-layout.ly;h=d7ed6e05d4206ade7f2915392fae91a771520949;hb=7d496a828e54ae3ecd0007094e845f1e7c52c5ca;hp=1fd4c9a4ff37165f2cc74ee15df29eba252a9a1c;hpb=6b76fa0cfec5f88f03b8c512f1d5ef7da8f8f1ce;p=lilypond.git diff --git a/input/regression/page-layout.ly b/input/regression/page-layout.ly index 1fd4c9a4ff..d7ed6e05d4 100644 --- a/input/regression/page-layout.ly +++ b/input/regression/page-layout.ly @@ -1,8 +1,8 @@ -\version "2.4.0" +\version "2.12.0" + - \header { texidoc = "This shows how different settings on \paper modify the @@ -10,9 +10,9 @@ general page layout. Basically \paper will set the values for the whole paper while \layout for each \score block. This file is best viewed outside the collated files document. -" +" + - title = "Title" subtitle = "(and (the) subtitle)" subsubtitle = "Sub sub title" @@ -25,19 +25,22 @@ 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 + 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 +51,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'' { @@ -60,6 +63,6 @@ This file is best viewed outside the collated files document. breakbefore = ##f piece = "Piece II" } - \layout {linewidth = 9\cm} + \layout {line-width = 9\cm} } }