]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / number-staff-lines.ly
index fdb44a041be22b8af9a261571a16ddaf0d17d8f2..9470e3a9f1bb9d651ae259a3a1803c0b02c595bf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.17.6"
+\version "2.19.21"
 
 \header{
   texidoc=" The number of stafflines of a staff can be set.  Ledger
@@ -11,7 +11,7 @@ adjusted accordingly.  "
 \new Staff \with {
   \override StaffSymbol.line-count = #3
 }
-\relative {
+\relative {
   c' c c c | g' g g g  \bar ":|."
 }