]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-lines.ly
*** empty log message ***
[lilypond.git] / input / test / staff-lines.ly
index 54b9890d6ecd64770faa01ef49b99fb4cc9e58fe..2b15132bb520a983bc558dde560c1eeae28bb398 100644 (file)
@@ -1,19 +1,21 @@
 
-\version "2.1.26"
+\version "2.3.4"
 
 \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
 }