2008/10/15 Didi Kanjahn <[EMAIL PROTECTED]>: > The log shows a 'syntax error, unexpected STRING' for 'indent = 0\cm', but > Lilypond does what I want - I don't get the indent of the first staff. Who is > wrong? The parser or me?
You cannot define a variable directly inside a \score or a << >> block. You need to define this variable inside a \paper or a \layout block. Cheers, Valentin _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
