lilypond-user
[Top][All Lists]
Advanced

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

RE: "No tremolo to end"


From: Daniel Rosen
Subject: RE: "No tremolo to end"
Date: Mon, 30 Dec 2013 10:30:24 +0000

> -----Original Message-----
> From: David Kastrup [mailto:address@hidden
> Sent: Monday, December 30, 2013 4:57 AM
> To: Daniel Rosen
> Cc: address@hidden
> Subject: Re: "No tremolo to end"
> 
> 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

David,

Do you mean instead of using \partcombine? 

DR

reply via email to

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