]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / number-staff-lines.ly
index 492d3da4490111346843fb85b359478631f15e8c..f660f33fa44e105ad30a2f676768d572880f58b2 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.23"
+\version "2.4.0"
 
 \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 {
+  \layout {
 
-\translator { \StaffContext
+\context { \Staff
 \override StaffSymbol #'line-count = #3
 }  }
   \midi { }