X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-properties.ly;h=4e5e839c8ab9360ad9f8eb32ed0ab95855f3ce4a;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=0b2bbd7cdc9877353de22e2d8f7df8f55bd9374d;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/input/regression/tuplet-properties.ly b/input/regression/tuplet-properties.ly index 0b2bbd7cdc..4e5e839c8a 100644 --- a/input/regression/tuplet-properties.ly +++ b/input/regression/tuplet-properties.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.19.21" \header { texidoc = "Tuplet bracket formatting supports numerous options, @@ -6,33 +6,33 @@ for instance, bracketed (B) and non-bracketed (NB). " } -\context Voice \relative c'' { +\context Voice \relative { - \times 2/3 { c'8 c,, c } - \times 2/3 { c'8 c'' c,, } + \tuplet 3/2 { c'''8 c,, c } + \tuplet 3/2 { c'8 c'' c,, } - \times 2/3 { c8[^"NB" c c] } + \tuplet 3/2 { c8[^"NB" c c] } - \times 2/3 { c8^"B" c[ c] } - \times 2/4 { r8_"B" c,[ c'] r8 } + \tuplet 3/2 { c8^"B" c[ c] } + \tuplet 4/2 { r8_"B" c,[ c'] r8 } \override TupletBracket.bracket-visibility = #'if-no-beam - \times 2/3 { c8[ c c] } + \tuplet 3/2 { c8[ c c] } \tupletUp - \override TupletNumber.stencil = ##f - \times 2/3 { c8^""^""^"up, no digit" c[ c] } - \revert TupletNumber.stencil + \omit TupletNumber + \tuplet 3/2 { c8^"up, no digit" c[ c] } + \undo \omit TupletNumber \override TupletBracket.bracket-visibility = ##t \override TupletBracket.edge-height = #'(0 . 0) \override TupletBracket.shorten-pair = #'(2.0 . 2.0) - \times 4/6 { c_"shorter, no edges" f b b f c} + \tuplet 6/4 { c_"shorter, no edges" f b b f c} \revert TupletBracket.edge-height \revert TupletBracket.shorten-pair \override TupletBracket.bracket-flare = #'(0.5 . 0.5) - \times 2/3 { b^""^""^"angled edges" b b } + \tuplet 3/2 { b^"angled edges" b b } \tupletNeutral - \times 2/3 { b b b } + \tuplet 3/2 { b b b } }