From 213aeba69ccaef5cd4692dacaa79c29e77441016 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Mon, 11 Jul 2005 10:18:41 +0000
Subject: [PATCH] (texidoc): remove TeX strings.

---
 ChangeLog                        | 6 ++++--
 input/regression/repeat-fold.ly  | 6 +++---
 input/regression/repeat-volta.ly | 6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6175c43eba..ce37e291d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* input/regression/repeat-fold.ly (texidoc): remove TeX strings.
+
 	* scm/output-lib.scm (tablature-stem-attachment-function):
 	tablature stem attachment fix. 
 
@@ -110,7 +112,7 @@
 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* lily/ly-module.cc (ly_make_anonymous_module): define
-	%module-public-interface of module. (backportme)
+	%module-public-interface of module. 
 
 	* lily/lily-parser.cc (print_smob): allow printing of parser smob
 	without lexer.
@@ -122,7 +124,7 @@
 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
 
 	* cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
-	Fodor).  (backportme).
+	Fodor).
 
 2005-06-30  Graham Percival  <gperlist@shaw.ca>
 
diff --git a/input/regression/repeat-fold.ly b/input/regression/repeat-fold.ly
index fdc7ae465d..6f13c702cc 100644
--- a/input/regression/repeat-fold.ly
+++ b/input/regression/repeat-fold.ly
@@ -10,11 +10,11 @@ should not be more alternatives than repeats.
 \paper { raggedright = ##t } 
 
 \context Staff  \relative c'' {
-    \repeat fold 3 { c^"3$\\times$ 0alt" d }
+    \repeat fold 3 { c^"3x 0alt" d }
     % less alts than body
-    \repeat fold 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
+    \repeat fold 4 { c^"4x 2alt" d } \alternative { e f }
     % more alts than body
-    \repeat fold 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }
+    \repeat fold 2 { c^"2x 3alt" d } \alternative { e f g }
   }
 
 
diff --git a/input/regression/repeat-volta.ly b/input/regression/repeat-volta.ly
index e57ca8ffe3..0741104b7d 100644
--- a/input/regression/repeat-volta.ly
+++ b/input/regression/repeat-volta.ly
@@ -11,11 +11,11 @@ If they don't barlines should still be shown.
 \score {
    \context Voice \relative c'' {
     % repeat non aligning with barlines.
-    \repeat volta 3 { c^"3$\\times$ 0alt" d e }
+    \repeat volta 3 { c^"3x 0alt" d e }
     % less alts than body
-    \repeat volta 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
+    \repeat volta 4 { c^"4x 2alt" d } \alternative { e f }
     % more alts than body
-    \repeat volta 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }
+    \repeat volta 2 { c^"2x 3alt" d } \alternative { e f g }
   }
   \layout {}
   \midi {}
-- 
2.39.5