]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-lines.ly
*** empty log message ***
[lilypond.git] / input / test / staff-lines.ly
index 33c5c923032326ad0a4c953ad775cf7110c061f9..edb516b6962cac7049a5f18e9491a3b86d8eddac 100644 (file)
@@ -1,10 +1,12 @@
 
-\version "2.1.7"
+\version "2.2.0"
 
 \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}.
+"
          
 }
 
@@ -23,7 +25,7 @@ lower = \notes\relative c {
       \upper
     >>  
     \new Staff  {
-       \property Staff.StaffSymbol \set #'line-count = #4 
+       \override Staff.StaffSymbol  #'line-count = #4 
         \clef bass
         \lower
     }