bug-lilypond
[Top][All Lists]
Advanced

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

Re: quoted percent repeats


From: Simon Albrecht
Subject: Re: quoted percent repeats
Date: Tue, 07 Jul 2015 01:12:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Thanks, I entered this as issue 4484 <https://code.google.com/p/lilypond/issues/detail?id=4484>. Some remarks are given within the issue.

Regards, Simon

Am 06.07.2015 um 21:15 schrieb Dan Eble:
Percent repeats are omitted from cues.  I suggest that the percents should 
appear by default.

Using \addQuote … \unfoldRepeats … is a work around if there are no repeats 
that the user does not want expanded (e.g. voltas).  If there were a way to 
unfold percent repeats selectively, that might be a useful option.  (I remember 
that someone was working on something like that in the past year.)

\version "2.14.2" % the oldest version I tried; still fails in 2.19

top = \repeat percent 2 { c'4 d' e' f' }

\addQuote "q" \top

\new StaffGroup <<
   \new Staff { \top }
   \new Staff {
     s1*0 % create a regular Voice (known \cueDuring issue)
     \cueDuring #"q" #UP { R1*2 }
     g'2 g
   }
—
Dan


_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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