]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / page-layout.ly
index 1fd4c9a4ff37165f2cc74ee15df29eba252a9a1c..f999a0750adb06b3bb2b7b1e5de2337d2ab24926 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.4.0"
+\version "2.7.39"
 
 
     
@@ -25,16 +25,16 @@ 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
 }
@@ -48,7 +48,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 +60,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}
     }
 }