Re: Trying to set global staff size on the commandline using -e option

2012-10-01 Thread David Kastrup
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

Re: Trying to set global staff size on the commandline using -e option

2012-10-01 Thread James
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

Re: Trying to set global staff size on the commandline using -e option

2012-09-30 Thread Gilles
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

Trying to set global staff size on the commandline using -e option

2012-09-30 Thread James
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