]> 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 9e65db846df84c4e4f9c899fe370128b82df8a43..830d4702d1da4ccd893d0c74d954579d11e7cf59 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "1.9.1"
+\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 { 
@@ -14,7 +14,7 @@ adjusted.  "
   \paper {
 
 \translator { \StaffContext
-StaffSymbol \override #'line-count = #3
+\override StaffSymbol #'line-count = #3
 }  }
   \midi { }
 }