]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/laissez-vibrer-tie-head-direction.ly
Doc-es: various updates.
[lilypond.git] / input / regression / laissez-vibrer-tie-head-direction.ly
1 \version "2.19.21"
2 \header {
3
4   texidoc = "The 'head-direction of a LaissezVibrerTieColumn should
5 be able to be set without causing a segmentation fault."
6
7 }
8
9 \relative {
10   c''2 \laissezVibrer
11   \once \override LaissezVibrerTieColumn.head-direction = #RIGHT
12   c \laissezVibrer
13 }
14