]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-lines.ly
*** empty log message ***
[lilypond.git] / input / test / staff-lines.ly
index 54b9890d6ecd64770faa01ef49b99fb4cc9e58fe..bfca8e4b4fd85acbb5abc906d68a490274a88615 100644 (file)
@@ -1,19 +1,21 @@
 
-\version "2.1.26"
+\version "2.7.39"
 
 \header {
 
-    texidoc="@cindex Staff Lines Staff symbol properties may also be
- set with @code{\\property}. "
+    texidoc="@cindex Staff Lines 
+The number of lines in a staff may changed by overriding @code{line-count}
+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
 }
 
@@ -28,5 +30,5 @@ lower = \notes\relative c {
         \lower
     }
   >>
-  \paper { raggedright=##t}  
+  \layout { ragged-right=##t}  
 }