]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-avoid-scripts.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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 }