]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/laissez-vibrer-chords.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / laissez-vibrer-chords.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "
5 @code{\\laissezVibrer} ties should also work on individual notes of a chord.
6 " }
7
8 \relative {
9   <d'-\laissezVibrer g>1
10   <d^\laissezVibrer g_\laissezVibrer>1
11 }