lilypond-user
[Top][All Lists]
Advanced

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

Re: Percent repeat counter in Staff with ChordNames


From: David Kastrup
Subject: Re: Percent repeat counter in Staff with ChordNames
Date: Wed, 30 Dec 2015 20:35:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Robert Schmaus <address@hidden> writes:

> Hi David,
>
> as you pointed out a week ago, this works fine:
>
> \version "2.19.18"
>
> \score {
>
>   \new Staff
>   \with {
>     \accepts "ChordNames"
>     \consists Percent_repeat_engraver
>   } {
>     % some written out music
>     c''4 c'' c'' c''
>
>     % switch to changes
>     \chords {
>       \set Staff.countPercentRepeats = ##t
>       \set Staff.repeatCountVisibility =
> #(every-nth-repeat-count-visible 4)
>       \repeat percent 8 { c1 : maj7 }
>     }
>   }
> }
>
>
> It stops working however, if I go from 2.19.18 to 2.19.34.

How so?

-- 
David Kastrup



reply via email to

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