]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-bracket-avoid-fingering.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / tuplet-bracket-avoid-fingering.ly
index 4a164f83df4e87833fd0099287d04fab02c0e06e..72df3d62a083c1d739dde37c0c40cea7a4a6a950 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.17.6"
+\version "2.19.21"
 
 \header {
   texidoc = "@code{TupletBracket} grobs avoid @code{Fingering} grobs.
 "
 }
 
-\relative d'' {
+\relative {
  \override TupletBracket.direction = #UP
- \times 2/3 { d4 a8-4 }
+ \tuplet 3/2 { d''4 a8-4 }
 }