X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2Flilyponddefs.tex;h=7b5fbabcc88d48208f1cbfcbfdebe017bc971572;hb=9788f60c9ffae07c05386539b424fe1961d7075c;hp=833d0f2b0ef79818bfefb31f454c721907671dc6;hpb=106e5978fe2fa568bbc6649bc8fcf1134307373a;p=lilypond.git diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index 833d0f2b0e..7b5fbabcc8 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -145,7 +145,9 @@ \def\columnerrormark{\placebox{-5pt}{0pt}{\bf C!}} \def\scorelineerrormark{\placebox{0pt}{-10pt}{\bf L!}} \def\errormark{{\bf E!}} -\def\unknown{{\bf u}} +\def\unknown{% + %{\bf u} %FIXME +} \input dyndefs \input fetdefs @@ -163,10 +165,10 @@ %compatibility %urg -\fetdef\repeatcolon{18} -\def\repeatbar{\repeatstopbar} -\def\startrepeat{\repeatstartbar} -\def\repeatbarstartrepeat{\repeatstopstart} +\fetdef\repeatcolon{20} +\def\repeatbar#1{\repeatstopbar} +\def\startrepeat#1{\repeatstartbar} +\def\repeatbarstartrepeat#1{\repeatstopstart} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % parametric symbols @@ -230,10 +232,20 @@ % macros suck. \ifundefined{nolilyfooter} gives wierd errors from time % to time. % + +% +% Warning: the order is conceptually weird. It says: + +% if not defined (``nolilyfooter''): +% do_footer () +% else +% dont_do_footer () +% \ifx\csname nolilyfooter\endcsname\relax - \message{[footer empty]} - \csname nolilyfooter\texsuffix\endcsname -\else \message{[footer defined]}% \csname lilyfooter\texsuffix\endcsname% +\else + \message{[footer empty]} + \csname% + nolilyfooter\texsuffix\endcsname \fi