James writes:
> On 30 September 2012 22:17, Gilles wrote:
>>
>>> My command I am trying to run is
>>>
>>> lilypond -e '#(set-global-staff-size 32)' --pdf myfile.ly
>
> Do you know why I cannot use the normal '#(set-global-staff-size 22)'
> or '(set-global-staff-size 22)' directly with the -e as
Gilles
On 30 September 2012 22:17, Gilles wrote:
>
>> My command I am trying to run is
>>
>> lilypond -e '#(set-global-staff-size 32)' --pdf myfile.ly
>
>
> Hello James
> I had a similar problem in the past
> http://lists.gnu.org/archive/html/lilypond-user/2011-08/msg7.html
> To run successfu
My command I am trying to run is
lilypond -e '#(set-global-staff-size 32)' --pdf myfile.ly
Hello James
I had a similar problem in the past
http://lists.gnu.org/archive/html/lilypond-user/2011-08/msg7.html
To run successfully your file, i have changed a bit your code and your
command lin
Hello,
Here is my simple example
--snip--
\version "2.16.0"
{ a b c d }
--snip--
My command I am trying to run is
lilypond -e '#(set-global-staff-size 32)' --pdf myfile.ly
I get no warnings or errors and the files compiles but the staff size
has not changed.
The Usage suggests
adding
#(us