There's no need for the \new Score in this situation. You can just as
well do the setting
in the \layout block:
\score {
<<
\new Staff { c''1 \mark "molto" c'' }
\new Staff { c'1 \mark "molto" c' }
>>
\layout{
\context {
\Score
\remove "Mark_engraver"
\remove "Staff_col
Valentin Villenave wrote:
> A \score block may include its own \header or a \layout block, whereas
> \new Score won't allow you to do so.
>
> \score does not automatically create contexts (whereas \new Score
> does) ; therefore you have to create one inside it.
Let me get this straight. If I wante
- Original Message -
From: "Valentin Villenave" <[EMAIL PROTECTED]>
To: "Dany" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, November 04, 2008 8:52 PM
Subject: Re: The behavior of a \score block
2008/11/4 Dany <[EMAIL PROTECTED]>:
... what is the
2008/11/4 Dany <[EMAIL PROTECTED]>:
> I've read Lilypond's documentation, and something has been bothering me: what
> is
> a \score block? I mean what does it actually do? For instance, what is the
> difference between entering a \score block and writing \new Score? I haven't
> found anything abo
I hope you have read the documentation for version 2.11, since
it has been heavily revised and improved compared to the
documentation for version 2.10 (and it applies almost completely
also to version 2.10 if you happen to use that).
In particular, you should find answers to most of your question
Hello,
I've read Lilypond's documentation, and something has been bothering me: what is
a \score block? I mean what does it actually do? For instance, what is the
difference between entering a \score block and writing \new Score? I haven't
found anything about it in the documentation except concer