]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/laissez-vibrer-arpeggio.ly
03fcd8e0fae71bc65927e222ea804d1b537eabcd
[lilypond.git] / input / regression / laissez-vibrer-arpeggio.ly
1 \header {
2
3   texidoc = "
4 l.v. ties should not collide with arpeggio indications.
5 "
6 }
7
8 \version "2.12.1" % regression: 2.10.33 and 2.8.8 are ok
9
10 {
11  <e'>\laissezVibrer <f  f'> \arpeggio
12  <e'>\laissezVibrer <g  f'> \arpeggio \mark "Ties should not collide"
13  <e'>\laissezVibrer <a  f'> \arpeggio
14  <e'>\laissezVibrer <b  f'> \arpeggio
15  }