lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat 8va


From: Malte Meyn
Subject: Re: Repeat 8va
Date: Mon, 11 Jan 2016 21:28:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0


Am 11.01.2016 um 21:02 schrieb John Gourlay:
> The pdf output contained the music I hoped for but the midi output does not 
> contain the second measure of this three-measure opus.

You should use \unfoldRepeats (or \articulate):

\version "2.18.2"

foo = \relative {
  \repeat volta 2 {
    c'4 d e f
    \transposition c''
  }
  \transposition c'
  c e d f
}

\score {
  \foo
  \layout { }
}

\score {
  \unfoldRepeats \foo
  \midi { }
}



reply via email to

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