Re: Set global staff size as command line option

2011-12-07 Thread Francisco Vila
2011/12/7 Francisco Vila : >  lilypond -e '(define-public size 40)' a.ly And of course there were more typos. It is not a.ly but example.ly in my example above. Sorry! -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com ___ lilypo

Re: Set global staff size as command line option

2011-12-07 Thread Francisco Vila
2011/12/7 Francisco Vila : > It is a way but the problem I find is that the file won't compile with > that commandline option. Oh sorry, I meant the file won't compile _without_ that commandline option. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com

Re: Set global staff size as command line option

2011-12-07 Thread Francisco Vila
2011/12/7 Xavier Scheuer : > Hi, > > Is it possible to set global staff size as command line option? > Like it is possible to specify paper size with > >  lilypond -dpaper-size=\"letter\"  myfile.ly > > I'd like a similar command line option for #(set-glob

Set global staff size as command line option

2011-12-07 Thread Xavier Scheuer
Hi, Is it possible to set global staff size as command line option? Like it is possible to specify paper size with lilypond -dpaper-size=\"letter\" myfile.ly I'd like a similar command line option for #(set-global-staff-size 14) . Is there a way to achieve this with current v