From: Han-Wen Nienhuys Date: Mon, 11 Jul 2005 10:18:41 +0000 (+0000) Subject: (texidoc): remove TeX strings. X-Git-Tag: release/2.7.1~46 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f37a2074a91b06883f2dbddd5f25e15a452c4664;p=lilypond.git (texidoc): remove TeX strings. --- diff --git a/ChangeLog b/ChangeLog index 6175c43eba..ce37e291d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-07-11 Han-Wen Nienhuys + * 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 * 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 * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan - Fodor). (backportme). + Fodor). 2005-06-30 Graham Percival 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 {}