]> 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 9b03a38842fb89ffb5d907aa2ac60bc3bcd92d07..69a798e1647d093ed4d21596f252b9036b04aa40 100644 (file)
@@ -1,20 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\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 { }
 }