summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Puttock <n.puttock@gmail.com>2010-03-08 22:57:48 +0000
committerNeil Puttock <n.puttock@gmail.com>2010-03-08 22:57:48 +0000
commit0c249ec11478e663662e5250bdbb6f7df5872d1c (patch)
tree423b1db7843be58cc36f2e0357fd915f0ba512a1
parentdb758a3e2e423e0fc7963c82c50c6e109eb9b33f (diff)
Regtests: Tweak overrides in tuplet-properties.ly to match annotations.
-rw-r--r--input/regression/tuplet-properties.ly38
1 files changed, 16 insertions, 22 deletions
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 }
-
}
-
-