]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / number-staff-lines.ly
index 01bb2d2970d520eb14ddf4ac028e27429b710838..72ce5649fa3032ecddfac8eeb50158adcf4c1515 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.12.0"
 
 \header{
   texidoc=" The number of stafflines of a staff can be set.  Ledger
@@ -8,13 +8,10 @@ adjusted accordingly.  "
 }
 
 
-\context Voice \relative c {
+\new Staff \with {
+  \override StaffSymbol #'line-count = #3
+}
+\relative c {
   c' c c c | g' g g g  \bar ":|"
 }
-\layout {
-  \context {
-    \Staff
-    \override StaffSymbol #'line-count = #3
-  }
-