bug-lilypond
[Top][All Lists]
Advanced

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

\unfoldRepeats doesn't


From: Peter Chubb
Subject: \unfoldRepeats doesn't
Date: Wed, 02 Jan 2008 20:48:03 +1100
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 21) (Educational Television) (x86_64-linux-gnu)

Try this:

---
\version "2.10.29"
global = {
  \skip 1 |
  \repeat volta 2 {
    \skip 1
    }\alternative {{ \skip 1 } {\skip 1 }}
}

music=\relative c' {
  \repeat unfold 8 c8 |
  \repeat unfold 8 d |
  \repeat unfold 8 g,|
  g a b c ~ c2 
}

\score {
  \unfoldRepeats \context Staff << \global \music >>
}
---


Without \unfoldRepeats, the music looks correct.  With \unfoldRepeats,
no repeats are shown and nothing is unfolded.  As this is a pretty
common idiom (introduced to me by Jan) surely it should be supported?


(BTW, here's what I'm using it for:  to produce midi versions of stuff
minus the clarinet part, so I can play along.  But I want repeats
to be observed in the Midi output!)


Peter C




reply via email to

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