Re: Macro function for changing the size of a single staff

2012-12-23 Thread Paul Morris
On Dec 22, 2012, at 6:52 AM, Thomas Morley wrote: > nice function! Thanks! > But making it work with "2.14.2" is not a matter of correct usage of "$" > "2.14.2" doesn't accept music-functions in \with or \layout. Ok, I thought something like that might be the case, so thanks for letting me k

Re: Macro function for changing the size of a single staff

2012-12-22 Thread Thomas Morley
2012/12/22 Paul Morris : > Hi all, To resize a single staff you have to change three different > settings, using the same value for each[1]. This felt redundant and complex, > so I wrote a little macro function that sets all three at once, simplifying > the process. Maybe others will find it

Re: Macro function for changing the size of a single staff

2012-12-21 Thread Paul Morris
On Dec 22, 2012, at 12:49 AM, Jeffrey Trevino wrote: > Doesn't set-global-staff-size do this already? > > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Setting-the-staff-size Yes, but the difference is that set-global-staff-size sets the size _globally_ for all staves in a file (o

Macro function for changing the size of a single staff

2012-12-21 Thread Paul Morris
Hi all, To resize a single staff you have to change three different settings, using the same value for each[1]. This felt redundant and complex, so I wrote a little macro function that sets all three at once, simplifying the process. Maybe others will find it useful too. See the snippet be