]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/laissez-vibrer-chords.ly
Issue 3687 (part 4): Update regression tests to use \compressMMRests
[lilypond.git] / input / regression / laissez-vibrer-chords.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 @code{\\laissezVibrer} ties should also work on individual notes of a chord.
6 " }
7
8 \relative c' {
9   <d-\laissezVibrer g>1
10   <d^\laissezVibrer g_\laissezVibrer>1
11 }