]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign-custom-staff.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / breathing-sign-custom-staff.ly
index 90022d685370b114e953e9b7ae0e7c25a3f9dc26..ecf0f65244f20f216e86ccc600b142ff4408a9de 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "Breathing signs are positioned correctly on custom staves
@@ -6,8 +6,8 @@ which use @code{line-positions}."
 }
 
 \relative c' {
-  \override Staff.StaffSymbol #'line-positions = #'(-7 -5 -3 -1)
+  \override Staff.StaffSymbol.line-positions = #'(-7 -5 -3 -1)
   b2 \breathe b
-  \override BreathingSign #'direction = #DOWN
+  \override BreathingSign.direction = #DOWN
   \breathe
 }