]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur-tuplet.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / phrasing-slur-tuplet.ly
1 \version "2.11.58"
2
3 \header {
4   texidoc = "Phrasing slurs do not collide with tuplet numbers."
5 }
6
7 \relative c'' {
8   \voiceOne
9   \times 2/3 {
10     c8\( b c
11   }
12   a2.\)
13 }