]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign-custom-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / breathing-sign-custom-staff.ly
index 90022d685370b114e953e9b7ae0e7c25a3f9dc26..5b0fb52f84287214c35088c2a1718f6a6929e86a 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Breathing signs are positioned correctly on custom staves
 which use @code{line-positions}."
 }
 
-\relative c' {
-  \override Staff.StaffSymbol #'line-positions = #'(-7 -5 -3 -1)
+\relative {
+  \override Staff.StaffSymbol.line-positions = #'(-7 -5 -3 -1)
   b2 \breathe b
-  \override BreathingSign #'direction = #DOWN
+  \override BreathingSign.direction = #DOWN
   \breathe
 }