]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-avoid-fingering.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-bracket-avoid-fingering.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "@code{TupletBracket} grobs avoid @code{Fingering} grobs.
5 "
6 }
7
8 \relative {
9  \override TupletBracket.direction = #UP
10  \tuplet 3/2 { d''4 a8-4 }
11 }