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/


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to