]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / number-staff-lines.ly
index 7d1150718f9032e0b7826594775fca83f062f045..fa673aac2fb7195ac46c8490909a6ee5b68a7438 100644 (file)
@@ -1,21 +1,17 @@
 
-\version "2.6.0"
+\version "2.11.51"
 
 \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 \relative c {
-       c' c c c | g' g g g     \bar ":|"
-  }
-  \layout {
 
-\context { \Staff
-\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 ":|"
 }