]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/breathing-sign-custom-staff.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / breathing-sign-custom-staff.ly
1 \version "2.17.6"
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 }