]> 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 30997a20986cc0ec20fe3369bc33de18ce9adf46..73ac03f063d81cc0249989ff53cab041033c047e 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.1.22"
+\version "2.2.0"
 
 \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,8 +13,8 @@ adjusted.  "
   }
   \paper {
 
-\translator { \StaffContext
-StaffSymbol \override #'line-count = #3
+\context { \StaffContext
+\override StaffSymbol #'line-count = #3
 }  }
   \midi { }
 }