From: Neil Puttock Date: Mon, 8 Mar 2010 22:57:48 +0000 (+0000) Subject: Regtests: Tweak overrides in tuplet-properties.ly to match annotations. X-Git-Tag: release/2.13.16-1~39^2 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=0c249ec11478e663662e5250bdbb6f7df5872d1c;p=lilypond.git Regtests: Tweak overrides in tuplet-properties.ly to match annotations. --- diff --git a/input/regression/tuplet-properties.ly b/input/regression/tuplet-properties.ly index 06681150f5..99c79f43e7 100644 --- a/input/regression/tuplet-properties.ly +++ b/input/regression/tuplet-properties.ly @@ -1,3 +1,4 @@ +\version "2.12.0" \header { texidoc = "Tuplet bracket formatting supports numerous options, @@ -5,40 +6,33 @@ for instance, bracketed (B) and non-bracketed (NB). " } - -\version "2.12.0" - - - \context Voice \relative c'' { \times 2/3 { c'8 c,, c } \times 2/3 { c'8 c'' c,, } - - \times 2/3 { c8[^"NB" c c] } - - \times 2/3 { c8^"B" c[ c] } + \times 2/3 { c8[^"NB" c c] } + + \times 2/3 { c8^"B" c[ c] } \times 2/4 { r8_"B" c,[ c'] r8 } - - \override TupletBracket #'bracket-visibility = #'if-no-beam - \times 2/3 { c8[ c c] } - + + \override TupletBracket #'bracket-visibility = #'if-no-beam + \times 2/3 { c8[ c c] } + \tupletUp - \override TupletNumber #'transparent = ##t - \times 2/3 { c8^""^""^"up, no digit" c[ c] } - \revert TupletNumber #'transparent + \override TupletNumber #'stencil = ##f + \times 2/3 { c8^""^""^"up, no digit" c[ c] } + \revert TupletNumber #'stencil - \override TupletBracket #'bracket-visibility = ##t - \override TupletBracket #'shorten-pair = #'(2.0 . 2.0) + \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} \revert TupletBracket #'edge-height \revert TupletBracket #'shorten-pair - \override TupletBracket #'bracket-flare = #'(0.5 . 0.5) + + \override TupletBracket #'bracket-flare = #'(0.5 . 0.5) \times 2/3 { b^""^""^"angled edges" b b } \tupletNeutral \times 2/3 { b b b } - } - -