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: Robert Schmaus
Subject: Re: Percent repeat counter in Staff with ChordNames
Date: Wed, 30 Dec 2015 20:41:48 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0



Am 30/12/15 um 20:35 schrieb David Kastrup:
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?


The repeat-counter is no longer visible in 2.19.34.
Frescobaldi let's me keep several Lily versions and chooses the right one from the \version statement. So, if I change the version statement to 2.19.34, the percent count simply disappears ..


Fwiw, I'm using lilypond on Mac OS 10.9.5.




reply via email to

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