On 21-Feb-06, at 11:50 PM, Gauvain Pocentek wrote:
#(set-global-staff-size 18) doesn't work at all. Is this a bug, or is
there something I missed?
This command should go at the top level -- ie in front of your \book
command.
Cheers,
- Graham
_
First of all, remove the \book{, since having a single \book{...} block in
a .ly file is equivalent to not having one at all (unless you use the
file in
lilypond-book).
Secondly, move the #(set-global-staff-size 18) command outside of
\score{...}.
/Mats
Gauvain Pocentek wrote:
Hi list,
Graham Percival wrote:
>
> On 21-Feb-06, at 11:50 PM, Gauvain Pocentek wrote:
>
>> #(set-global-staff-size 18) doesn't work at all. Is this a bug, or is
>> there something I missed?
>
> This command should go at the top level -- ie in front of your \book
> command.
Thanks!
Cheers,
Gauvain
Hi list,
I'm using \book to typeset Satie's Parade. My master file looks like this:
\book {
\header {
title = "Parade"
composer = "Erik Satie"
}
\score {
\new Staff {\set Score.skipBars = ##t #(set-global-staff-size 18)
\choralsax}
\header {
subtitle = "Choral"
}