lilypond-user
[Top][All Lists]
Advanced

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

spanners in multi-voice


From: N. Andrew Walsh
Subject: spanners in multi-voice
Date: Thu, 18 Jan 2018 11:29:34 +0100

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

reply via email to

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