]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-lines.ly
*** empty log message ***
[lilypond.git] / input / test / staff-lines.ly
index 0a68b641eb91d22c87f2db4f163a30735d73c944..bfca8e4b4fd85acbb5abc906d68a490274a88615 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.7.39"
 
 \header {
 
@@ -11,11 +11,11 @@ in the properties of @code{StaffSymbol}.
 }
 
 
-upper = \notes\relative c'' {
+upper = \relative c'' {
   c1 d e f
 }
 
-lower = \notes\relative c {
+lower = \relative c {
   c1 b a g
 }
 
@@ -30,5 +30,5 @@ lower = \notes\relative c {
         \lower
     }
   >>
-  \paper { raggedright=##t}  
+  \layout { ragged-right=##t}  
 }