lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how do I control the size of the musical fonts?


From: Wilbert Berendsen
Subject: Re: how do I control the size of the musical fonts?
Date: Thu, 12 Jun 2008 23:52:15 +0200
User-agent: KMail/1.9.9

Op donderdag 12 juni 2008, schreef Victor Eijkhout:
> \new Staff \with {fontSize = #
>                                -2} = "Alto" {
> Unbound variable: -2}

you wrote:
\new Staff \with {fontSize = #-2} = "Alto" { ...

should be:
\new Staff = "Alto" \with { fontSize = #-2 } { ...

i.e.: = "alto" first, then \with, and there should (probably) spaces around 
the braces.

best regards,
Wilbert Berendsen

-- 
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]