lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4484 in lilypond: Percent repeat grobs are not pri


From: lilypond
Subject: [Lilypond-auto] Issue 4484 in lilypond: Percent repeat grobs are not printed in cues
Date: Mon, 06 Jul 2015 23:10:58 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4484 by address@hidden: Percent repeat grobs are not printed in cues
https://code.google.com/p/lilypond/issues/detail?id=4484

[Reported by 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
  }


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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