CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/07/11 10:18:41

Modified files:
        .              : ChangeLog 
        input/regression: repeat-fold.ly repeat-volta.ly 

Log message:
        (texidoc): remove TeX strings.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3862&tr2=1.3863&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/repeat-fold.ly.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/repeat-volta.ly.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3862 lilypond/ChangeLog:1.3863
--- lilypond/ChangeLog:1.3862   Mon Jul 11 09:48:40 2005
+++ lilypond/ChangeLog  Mon Jul 11 10:18:41 2005
@@ -1,5 +1,7 @@
 2005-07-11  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * 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  <[EMAIL PROTECTED]>
 
        * 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  <[EMAIL PROTECTED]>
 
        * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
-       Fodor).  (backportme).
+       Fodor).
 
 2005-06-30  Graham Percival  <[EMAIL PROTECTED]>
 
Index: lilypond/input/regression/repeat-fold.ly
diff -u lilypond/input/regression/repeat-fold.ly:1.29 
lilypond/input/regression/repeat-fold.ly:1.30
--- lilypond/input/regression/repeat-fold.ly:1.29       Sun Jun 26 22:39:14 2005
+++ lilypond/input/regression/repeat-fold.ly    Mon Jul 11 10:18:41 2005
@@ -10,11 +10,11 @@
 \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: lilypond/input/regression/repeat-volta.ly
diff -u lilypond/input/regression/repeat-volta.ly:1.28 
lilypond/input/regression/repeat-volta.ly:1.29
--- lilypond/input/regression/repeat-volta.ly:1.28      Sun Jun 26 22:39:14 2005
+++ lilypond/input/regression/repeat-volta.ly   Mon Jul 11 10:18:41 2005
@@ -11,11 +11,11 @@
 \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 {}


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to