]> 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 492d3da4490111346843fb85b359478631f15e8c..69a798e1647d093ed4d21596f252b9036b04aa40 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.23"
+\version "2.3.4"
 
 \header{
 texidoc=" The number of stafflines of a staff can be set.  Ledger
@@ -8,12 +8,12 @@ adjusted accordingly.  "
 }
 
 \score { 
-\context Voice \notes\relative c {
+\context Voice \relative c {
        c' c c c | g' g g g     \bar ":|"
   }
   \paper {
 
-\translator { \StaffContext
+\context { \Staff
 \override StaffSymbol #'line-count = #3
 }  }
   \midi { }