lilypond-user
[Top][All Lists]
Advanced

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

Re: Parse error attempting to resize font (1.4.12/Windows)


From: Rune Zedeler
Subject: Re: Parse error attempting to resize font (1.4.12/Windows)
Date: Sat, 27 Apr 2002 02:10:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

Hans Forbrich wrote:

\score {
   \simultaneous {
      \Sorastro
      \piano
   }
   \paper { papersize = "letter" }
   \include "paper16.ly"
}


You need to include paper16.ly outsides the scoreblock, like this:

 \include "paper16.ly"
 \score {
    \simultaneous {
       \Sorastro
       \piano
    }
    \paper { papersize = "letter" }
 }

Btw, where have you found the manual? I don't even think that the "simultaneous"-syntax is mentioned in the resent manuals...?

-Rune




reply via email to

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