Am 30/12/15 um 20:35 schrieb David Kastrup:
Robert Schmaus <robert.schm...@web.de> 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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to