bug-lilypond
[Top][All Lists]
Advanced

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

\midi plays straight through repeat marks


From: Michael Hendry
Subject: \midi plays straight through repeat marks
Date: Sun, 19 Jun 2011 10:57:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

The following code demonstrates the fault. The resulting midi file consists of
twelve notes, ascending a major scale from C to G', instead of the expected
sixteen notes.


\version "2.12.3"
\score {
\repeat volta 2
{c4 d e f}
\alternative {
  {g a b c'}
  {d' e' f' g'}
}
\midi {}
}




reply via email to

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