lilypond-user
[Top][All Lists]
Advanced

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

Re: "No tremolo to end"


From: David Kastrup
Subject: Re: "No tremolo to end"
Date: Mon, 30 Dec 2013 10:56:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Daniel Rosen <address@hidden> writes:

> I'm working on an extremely large project, and I've come across an error that 
> I can't reproduce in a minimal example, so I'll try to describe it as best I 
> can. When I compile a file containing this code,
>
>     \version "2.17.97"
>     one = \relative c''' {
>       \time 3/8
>       \key f \minor
>       \repeat tremolo 3 { d16\ff( cis) } |
>       \repeat unfold 11 { \repeat tremolo 3 { d16( cis) } | }
>     }
>     
>     two = \relative c'' {
>       \repeat tremolo 3 { f16\ff( g) } |
>       \repeat unfold 11 { \repeat tremolo 3 { f16( g) } | }
>     }
>     
>     \partcombine \one \two
>
> the output appears as it should, but I get this error.
>
>     warning: No tremolo to end
>         \repeat unfold 11 { 
>                             \repeat tremolo 3 { f16( g) } | }
>
> If I change both "unfold"s to "percent"s, the excerpt compiles error-free.
>
> Does anyone have any ideas about what could be causing this?

My bet is on

   In all but the simplest works it is advisable to create explicit
‘Voice’ contexts as explained in *note (lilypond-learning)Contexts and
engravers:: and *note (lilypond-learning)Explicitly instantiating
voices::.



-- 
David Kastrup



reply via email to

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