Hi List,

let's say I have the following code:

\relative c'' {

%1
s2

| %2
<<
   { a16\cresc d~ d4. }
   \\
   { a8~ a4. }
 >>
}

Is there a way to have multiple measures of this kind of two-voice
structure, and each measure contained within its own pair of << >>
brackets, with one of these multi-measure-long \cresc commands? Or do I
have to have all the measures over which the \cresc spanner occurs
contained within one pair of << >> brackets?

When I try the former, I get this:

programming error: Spanner `DynamicTextSpanner' is not fully contained in
parent spanner.  Ignoring orphaned part
   { a16
        \cresc d~ d4. }

I was hoping to be able to keep each measure within its own line of code,
separated with these barcheck and commented measure-number marks. Is there
a way to do that?

Cheers,

A
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to