ames
To: David Kastrup ; John Szwast
Cc: bug-lilypond@gnu.org
Sent: Saturday, September 27, 2014 8:08 AM
Subject: Re: lilypond-book fails when using Latex macros in options
On 11/09/14 12:45, David Kastrup wrote:
> John Szwast writes:
>
> Newsgroups: gmane.comp.gnu.lilypond.bugs
>
On 11/09/14 12:45, David Kastrup wrote:
> John Szwast writes:
>
> Newsgroups: gmane.comp.gnu.lilypond.bugs
> Subject: Re: lilypond-book fails when using Latex macros in options
> Organization: Organization?!?
> From: David Kastrup
> Gcc: nnfolder+archive:sent.2014-09
>
John Szwast writes:
Newsgroups: gmane.comp.gnu.lilypond.bugs
Subject: Re: lilypond-book fails when using Latex macros in options
Organization: Organization?!?
From: David Kastrup
Gcc: nnfolder+archive:sent.2014-09
--text follows this line--
John Szwast writes:
> I want to specify a lilyp
I want to specify a lilypond environment option with a Latex macro, but
lilypond-book fails when I try.
\documentclass{article}
\newcommand\staffsize{14}
\begin{document}
% \begin[staffsize=14]{lilypond} % This works
\begin[staffsize=\staffsize]{lilypond} % This doesn't
\e