]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign-custom-staff.ly
move brace-drawing procedure to separate file (and rename files)
[lilypond.git] / input / regression / breathing-sign-custom-staff.ly
index 98305b0510b574dffe2a4e2d7d15d83a9b22d60b..ecf0f65244f20f216e86ccc600b142ff4408a9de 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.2"
+\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
 }