lilypond-user
[Top][All Lists]
Advanced

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

Re: layout across multiple scores


From: Jon Wild
Subject: Re: layout across multiple scores
Date: Wed, 26 Jul 2006 13:56:10 -0400 (EDT)

On Wed, 26 Jul 2006, Paul Scott wrote:

Jon Wild wrote:

How can I specify a layout block that applies to all scores in a book? I wrote a program to generate musical examples, and each snippet is to go on its own staff. So my program writes them in separate scores like this, each with its own layout block:
Just put the single \layout block before the \book block

Like this? still doesn't work:

==begin .ly file==
\layout {
  ragged-right = ##t
  \context {
     \Staff
    \remove "Time_signature_engraver"
    \remove "Bar_engraver"
  }
}

\book {
  \score {
    { <c' ees' fes' g' aes'>1 <cis' d' eis' fis' a'>1 }
  }
  \score {
    { <c' des' e' f' aes'>1 <d' ees' fis' g' bes'>1 <a' c'' des'' e'' f''>1 <b' 
d'' ees'' fis'' g''>1 }
  }
}
==end .ly file==

any other suggestions?

--Jon




reply via email to

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