]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / number-staff-lines.ly
index 0a36c9eba5f0450595844e4d7d690016f2e4aa23..69a798e1647d093ed4d21596f252b9036b04aa40 100644 (file)
@@ -1,20 +1,20 @@
 
-\version "1.9.2"
+\version "2.3.4"
 
 \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 { 
-\context Voice \notes\relative c {
+\context Voice \relative c {
        c' c c c | g' g g g     \bar ":|"
   }
   \paper {
 
-\translator { \StaffContext
-StaffSymbol \override #'line-count = #3
+\context { \Staff
+\override StaffSymbol #'line-count = #3
 }  }
   \midi { }
 }