]> git.donarmstrong.com Git - lilypond.git/blob - 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
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Breathing signs are positioned correctly on custom staves
5 which use @code{line-positions}."
6 }
7
8 \relative {
9   \override Staff.StaffSymbol.line-positions = #'(-7 -5 -3 -1)
10   b2 \breathe b
11   \override BreathingSign.direction = #DOWN
12   \breathe
13 }