]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur-tuplet.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / phrasing-slur-tuplet.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Phrasing slurs do not collide with tuplet numbers."
5 }
6
7 \relative {
8   \voiceOne
9   \tuplet 3/2 {
10     c''8\( b c
11   }
12   a2.\)
13 }