]> git.donarmstrong.com Git - lilypond.git/commitdiff
(texidoc): remove TeX strings.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 11 Jul 2005 10:18:41 +0000 (10:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 11 Jul 2005 10:18:41 +0000 (10:18 +0000)
ChangeLog
input/regression/repeat-fold.ly
input/regression/repeat-volta.ly

index 6175c43eba469f05d5d2bab2331b6d553f322de0..ce37e291d4a1508ef1967d4f3e7b6efb3e6ae901 100644 (file)
--- 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. 
 
 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.
 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>
 
index fdc7ae465dcbbaca0da4e61dc2672df07eb4b3fb..6f13c702cc1fd2bb76f2f636ed05173fc091a680 100644 (file)
@@ -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 }
   }
 
 
index e57ca8ffe3823d66b43f2253036f8e10237ac340..0741104b7dd1f4e288a2ff004ff70855a14d200a 100644 (file)
@@ -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 {}