]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/breathing-sign-custom-staff.ly
90022d685370b114e953e9b7ae0e7c25a3f9dc26
[lilypond.git] / input / regression / breathing-sign-custom-staff.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Breathing signs are positioned correctly on custom staves
5 which use @code{line-positions}."
6 }
7
8 \relative c' {
9   \override Staff.StaffSymbol #'line-positions = #'(-7 -5 -3 -1)
10   b2 \breathe b
11   \override BreathingSign #'direction = #DOWN
12   \breathe
13 }