]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
*** empty log message ***
[lilypond.git] / input / regression / number-staff-lines.ly
index fdcc7e5cf6d1af29380d5eda90fa40c186a3aea1..830d4702d1da4ccd893d0c74d954579d11e7cf59 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.3.146"
+
+\version "2.1.28"
 
 \header{
 texidoc=" The number of stafflines of a staff can be set.  Ledger
-lines both on note heads and rests are adjusted.  Barlines also are
-adjusted.  "
+lines both on note heads and rests, as well as barlines, are
+adjusted accordingly.  "
 }
 
 \score { 
@@ -13,7 +14,8 @@ adjusted.  "
   \paper {
 
 \translator { \StaffContext
-StaffSymbol \override #'line-count = #3
+\override StaffSymbol #'line-count = #3
 }  }
   \midi { }
 }
+