Am Dienstag, 16. Februar 2010 18:07:11 schrieb Ian Hulin:
> Kieren MacMillan wrote:
> > Hi all,
> >
> > I've been lurking a bit on this thread, but felt I should
comment.
> >
> > I personally think we need a more general structure than
\repeat will
> > ever be able to reasonably offer. Essentially, we need to be
able to say
> > that a single movement/piece [of Lilypond code] consists of
one or more
> > \section blocks, where a \section would have at least the
following
> > independent
> >
> > options:
> > 1. indent value[s] and/or line lengths;
> > 2. section title (e.g. "Trio").
> >
> > Then, each section can or cannot include standard Lilypond
\repeat
> > structures, as necessary.
>
> Would it work something like this
>
> \score {
> \section {
> %untitled music expressions
> }
> \section :#title "Trio" :#indent 1 {
> %title Trio section music indented by 1 position
> }
> }
Isn't this exactly the same as using different \score blocks in a file?
Sort of (see below)