]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-avoid-scripts.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tuplet-bracket-avoid-scripts.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Tuplet brackets avoid scripts by default.
5 "
6 }
7
8 \relative {
9   \tuplet 3/2 { a'8^\espressivo r a^\espressivo }
10 }