Op zondag 01 november 2009 schreef Erik:
> \layout {
> \context {
> \Staff
> \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
> \fontSize = #-2
> }
> }
You should remove the \ before fontSize. fontSize is not a command but a
variable that can be set to a value. This should wor
Erik Appeldoorn wrote Saturday, October 31, 2009 11:48 PM
% make note heads smaller
\set fontSize = #-4
^^
I did forget to type the \set but the result is still the same.
Did you remember to remove the \?
Trevor
___
lilypond-user mailin
Hi Erik,
I did forget to type the \set but the result is still the same…
When you are changing the font size within a music expression, you
use the command \set fontSize.
When you are changing the font size within a \context definition
block, you simply use fontSize (i.e., no \set, and not \
[mailto:derhindem...@googlemail.com]
Sent: zondag 1 november 2009 0:28
To: Erik Appeldoorn
Cc: lilypond-user@gnu.org
Subject: Re: escaped string
If I remember correctly, \fontSize is not a known LilyPond string.
On 01.11.2009, at 00:20, Erik Appeldoorn wrote:
Why do I get ëscaped string
If I remember correctly, \fontSize is not a known LilyPond string.
On 01.11.2009, at 00:20, Erik Appeldoorn wrote:
Why do I get ëscaped string” error here. The compiled result looks
ok to me
\layout {
\context {
\Staff
\override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)