The score{...} block should always begin with the music.
After the music, you can optionally add \paper{...}, \midi{...}
or \header{...} blocks in any order. So, these examples will work,
for example:
\score{
\notes{...}
\midi{...}
\paper{...}
\header{...}
}
\score{
\notes{...}
\header{
Erik Sandberg wrote:
On Sunday 30 May 2004 19.14, Jim Sabatke wrote:
More specific info:
lilypond version 2.3.1
2.3.x is a bit dodgy right now, esp. when it comes to page layout. I recommend
you to either use 2.2 or wait until it stabilises.
Erik
Thank you! I'm downloading 2.2 right now. At l
On Sunday 30 May 2004 19.14, Jim Sabatke wrote:
> More specific info:
>
> lilypond version 2.3.1
2.3.x is a bit dodgy right now, esp. when it comes to page layout. I recommend
you to either use 2.2 or wait until it stabilises.
Erik
___
lilypond-user
Jim Sabatke wrote:
Is there a document that describes the layout of an ly file? I've
looked for a couple days and haven't found one.
I ask this because I can't seem to integrate \score into my files and
get expected output. I've followed example files that I've found via
grep, and none of the
Is there a document that describes the layout of an ly file?
I've looked for a couple days and haven't found one.
I ask this because I can't seem to integrate \score into my
files and get expected output. I've followed example files
that I've found via grep, and none of the layouts seem to wo