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