From 845de4a995ec952c6a55facf46e36deaddb89a69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Sun, 31 Mar 2013 14:02:07 +0200 Subject: [PATCH] Remove spurious empty TextScripts from regtests --- input/regression/allfontstyle.ily | 2 +- input/regression/mozart-hrn3-allegro.ily | 2 +- input/regression/tuplet-properties.ly | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/input/regression/allfontstyle.ily b/input/regression/allfontstyle.ily index 1a37432f74..c2236ba243 100644 --- a/input/regression/allfontstyle.ily +++ b/input/regression/allfontstyle.ily @@ -18,5 +18,5 @@ Different text styles are used for various purposes. d-4_\markup { \italic "cantabile" } } { e } } \acciaccatura { c16 } - f4\ff^""^\markup { \large "Largo" } \mark "B" g + f4\ff^\markup { \large "Largo" } \mark "B" g } diff --git a/input/regression/mozart-hrn3-allegro.ily b/input/regression/mozart-hrn3-allegro.ily index a961de79d0..1494f4e299 100644 --- a/input/regression/mozart-hrn3-allegro.ily +++ b/input/regression/mozart-hrn3-allegro.ily @@ -121,7 +121,7 @@ allegro = \relative c' { dis[( e)] r e-. e[( f)] r f-. | g4-.\f e-. c-. bes-. | g-.\ff e-. c-. r | - a'2 ~ a8[_""_\markup { \bold \italic "sempre " \dynamic "f" } b16 c] d[( e d e)] + a'2 ~ a8[_\markup { \bold \italic "sempre " \dynamic "f" } b16 c] d[( e d e)] f4. ( d8) f8[ ( d) f d] c[ (e] g2) \appoggiatura f16 diff --git a/input/regression/tuplet-properties.ly b/input/regression/tuplet-properties.ly index f23ccc99d0..e050f84c43 100644 --- a/input/regression/tuplet-properties.ly +++ b/input/regression/tuplet-properties.ly @@ -21,7 +21,7 @@ for instance, bracketed (B) and non-bracketed (NB). \tupletUp \override TupletNumber.stencil = ##f - \tuplet 3/2 { c8^""^""^"up, no digit" c[ c] } + \tuplet 3/2 { c8^"up, no digit" c[ c] } \revert TupletNumber.stencil \override TupletBracket.bracket-visibility = ##t @@ -32,7 +32,7 @@ for instance, bracketed (B) and non-bracketed (NB). \revert TupletBracket.shorten-pair \override TupletBracket.bracket-flare = #'(0.5 . 0.5) - \tuplet 3/2 { b^""^""^"angled edges" b b } + \tuplet 3/2 { b^"angled edges" b b } \tupletNeutral \tuplet 3/2 { b b b } } -- 2.39.2