lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3038 in lilypond: Add countUnfoldRepeats feature t


From: lilypond
Subject: [Lilypond-auto] Issue 3038 in lilypond: Add countUnfoldRepeats feature to new Measure_counter_engraver
Date: Mon, 17 Dec 2012 11:15:48 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3038 by address@hidden: Add countUnfoldRepeats feature to new Measure_counter_engraver
http://code.google.com/p/lilypond/issues/detail?id=3038

Xavier Scheuer sent in a feature request here:

http://lists.gnu.org/archive/html/bug-lilypond/2012-12/msg00104.html

as follows:

Hi,

Now that "Measure_counter_engraver" has been implemented into LilyPond
people can add a measure counter (great, thanks).
But unfortunately people have to start it and stop it _manually_,
using \startMeasureCount and \stopMeasureCount.

Could we add a feature to have an _automatic_ measure counter for
unfold repeats?

Something like "countPercentRepeats" but for unfold repeats, that could
be named "countUnfoldRepeats".

With a "countUnfoldRepeats" property, "UnfoldRepeatCounter" object
and "Unfold_repeat_engraver".

I do not know if "repeatCountVisibility" property should be divided
into "percentRepeatCountVisibility" and "unfoldRepeatCountVisibility"
or if they could both share "repeatCountVisibility".

%%%% Example of how it would work
\relative c'' {
  \set countUnfoldRepeats = ##t
  \repeat unfold 4 { c1 }
}
%%%% End of example

Thank you in advance.

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>





reply via email to

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