lilypond-user
[Top][All Lists]
Advanced

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

ly file definitions and layout


From: Jim Sabatke
Subject: ly file definitions and layout
Date: Sun, 30 May 2004 00:33:39 -0500
User-agent: Mozilla Thunderbird 0.6 (X11/20040502)

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 work.

I was using this format:

\header { ... }
\paper { ... }
\notes {  ...
           { lots of notes }
}

and that worked almost well enough, except that page numbering and taglines didn't work.

Then I tried every variation of using \score that I could think of, or find by example. The closest I could get was:

\header { ... }

\score {
   \notes {
            { notes }
   }

    \paper {

     }
}

This ignored all header into, but did split the piece into two pages, which didn't happen by the previous method.

I'm completely lost.  Is there a reference for this?

--
Jim Sabatke
Hire Me!! - See my resume at http://my.execpc.com/~jsabatke

Do not meddle in the affairs of Dragons, for you are crunchy and good with ketchup.




reply via email to

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