]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/laissez-vibrer-tie-beam.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / laissez-vibrer-tie-beam.ly
1 \header {
2
3   texidoc = "@code{\laissezVibrer} ties on beamed notes don't trigger
4 premature beam slope calculation. "
5
6 }
7
8 \version "2.11.51"
9
10 \paper{
11   ragged-right=##t
12 }
13
14 {
15   c'8 e' g' c''\laissezVibrer r2 |
16   c'8 e' g' c'' r2
17 }