]> 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 85aed36b86e4e4548a00020d18881ce411665d66..72ce5649fa3032ecddfac8eeb50158adcf4c1515 100644 (file)
@@ -1,21 +1,17 @@
 
-\version "2.1.29"
+\version "2.12.0"
 
 \header{
-texidoc=" The number of stafflines of a staff can be set.  Ledger
+  texidoc=" The number of stafflines of a staff can be set.  Ledger
 lines both on note heads and rests, as well as barlines, are
 adjusted accordingly.  "
 }
 
-\score { 
-\context Voice \notes\relative c {
-       c' c c c | g' g g g     \bar ":|"
-  }
-  \paper {
 
-\context { \StaffContext
-\override StaffSymbol #'line-count = #3
-}  }
-  \midi { }
+\new Staff \with {
+  \override StaffSymbol #'line-count = #3
+}
+\relative c {
+  c' c c c | g' g g g  \bar ":|"
 }