> -----Original Message----- > From: David Kastrup [mailto:[email protected]] > Sent: Monday, December 30, 2013 4:57 AM > To: Daniel Rosen > Cc: [email protected] > Subject: Re: "No tremolo to end" > > Daniel Rosen <[email protected]> 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
