]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / number-staff-lines.ly
index 30997a20986cc0ec20fe3369bc33de18ce9adf46..9aea30698e23f79f01da186ab8a9b7c2399f71a9 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.1.22"
+\version "2.1.30"
 
 \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 { }
 }