]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / number-staff-lines.ly
index 99e3251d01f35ebd179103a053f4c581987aa55f..9470e3a9f1bb9d651ae259a3a1803c0b02c595bf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.17.5"
+\version "2.19.21"
 
 \header{
   texidoc=" The number of stafflines of a staff can be set.  Ledger
@@ -9,9 +9,9 @@ adjusted accordingly.  "
 
 
 \new Staff \with {
-  \override StaffSymbol #'line-count = #3
+  \override StaffSymbol.line-count = #3
 }
-\relative {
+\relative {
   c' c c c | g' g g g  \bar ":|."
 }