]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-number-slur-script.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-number-slur-script.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Tuplet number position is correct when slurs and scripts
5 are present.
6 "
7 }
8
9 \relative c'
10 {
11   R1 |
12   \break
13   \times 2/3 { e8(-> e e) }
14 }