Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-Medium

New issue 1221 by brownian.box: docs: Examples for \betweenLilyPondSystem contain two '#' instead of one
http://code.google.com/p/lilypond/issues/detail?id=1221

Reported by Spela Kermelj.

http://lilypond.org/doc/v2.13/Documentation/usage/latex -- examples for \betweenLilyPondSystem contain two '#', should be only one.

\def\betweenLilyPondSystem#1{
    % here:
    \ifnum##1<2\else\expandafter\endinput\fi
}

\def\onlyFirstNSystems#1{
    % here:
    \def\betweenLilyPondSystem##1{%
      % and here:
      \ifnum##1<#1\else\expandafter\endinput\fi}
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to