bug-lilypond
[Top][All Lists]
Advanced

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

Re: Percent repeat questions


From: Erik Sandberg
Subject: Re: Percent repeat questions
Date: Mon, 17 Jan 2005 02:53:15 +0100
User-agent: KMail/1.7.1

First, sorry for the long delay (the mail got lost)

On Tuesday 21 December 2004 03.23, Richard Schoeller wrote:
> I've been running into some issues with percent repeats and want to see
> if there are suggestions.
>
> If you have a line that is completely percent repeats, then
> RemoveEmptyStaffContext removes the line.  This gets me alot in ensemble
> scores where the bass and percussion are repetive and the melody parts
> are very busy.  Is there anyway to avoid this?

Thanks, added the bug as percent-repeat-harakiri.ly

A workaround is to add invisible stuff to the percent repeated bars, something 
like:

<<
  \repeat percent 10 {c4 d e f }
  \new Voice {\hideNotes \repeat unfold 10 c1}
>>

> I would like to be able to specify percent repeats but have it
> automagically unfold the measure at each new line.  This would be
> similar to chordChanges = ##t for chord names.  Is there anything like
> that?

Not that I know of. I'm quite sure it's possible, though, through some deep 
Scheme hacking.

> The final thing is a bug.  And I have not been able to find a
> workaround.  If one part has precent repeats and another part has
> measures that begin with a grace note, then the percent repeats will be
> mispositioned in the measures near the one with the grace note.  This
> can even result in a percent repeat mark at the very beginning of the
> line.

I can't find a workaround either. The bug has been added as 
percent-repeat-grace.ly. Thanks!

Erik




reply via email to

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