]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/breathing-sign-custom-staff.ly
98305b0510b574dffe2a4e2d7d15d83a9b22d60b
[lilypond.git] / input / regression / breathing-sign-custom-staff.ly
1 \version "2.15.2"
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 }