]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout.ly
Issue 4418/4 run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-layout.ly
index 7d315aef1c413fde23477c9b3f16e8ca3adf03dc..4eafd885a05a69da36a5f1146c3e3675461a27c7 100644 (file)
@@ -1,8 +1,8 @@
 
 
-\version "2.6.0"
+\version "2.19.21"
+
 
 
 
 
-    
 \header {
 
      texidoc = "This shows how different settings on \paper modify the
 \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.
 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"
     title = "Title"
     subtitle = "(and (the) subtitle)"
     subsubtitle = "Sub sub title"
@@ -25,41 +25,44 @@ This file is best viewed outside the collated files document.
   }
 
 \paper {
   }
 
 \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
     %rigthmargin = 3\cm
     interscoreline = 3\cm
-}
+
+    annotate-spacing = ##t
+
+
+
+  }
 
 
 \book {
     \score {
 
 
 \book {
     \score {
-        \relative c'' {
+        \relative {
             \repeat unfold 10 {
             \repeat unfold 10 {
-                \repeat unfold 4 {c4}
+                \repeat unfold 4 {c''4}
             }
         }
         \header {piece = "Piece I"}
             }
         }
         \header {piece = "Piece I"}
-        \layout {linewidth = 13\cm}
+        \layout {line-width = 13\cm}
     }
     \score {
     }
     \score {
-        \relative c'' {
+        \relative {
             \repeat unfold 10 {
             \repeat unfold 10 {
-                \repeat unfold 4 {c4}
+                \repeat unfold 4 {c''4}
             }
         }
         \header {
          breakbefore = ##f
          piece = "Piece II"
        }
             }
         }
         \header {
          breakbefore = ##f
          piece = "Piece II"
        }
-        \layout {linewidth = 9\cm}
+        \layout {line-width = 9\cm}
     }
 }
     }
 }