]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
New bar line interface
[lilypond.git] / input / regression / number-staff-lines.ly
index 9aea30698e23f79f01da186ab8a9b7c2399f71a9..99e3251d01f35ebd179103a053f4c581987aa55f 100644 (file)
@@ -1,21 +1,17 @@
 
-\version "2.1.30"
+\version "2.17.5"
 
 \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 ":|."
 }