lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat in Score and in Midi


From: curtmcd
Subject: Re: Repeat in Score and in Midi
Date: Wed, 9 Jan 2013 01:32:26 -0800 (PST)

Hi,

I do it by using one \score for the layout and another \score for the MIDI. 
For example, see below.

Regards,
-Curt

mainRh = { [music...] }
mainLh = { [music...] }
codaRh = { [music...] }
codaLh = { [music...] }

\score {
  \new PianoStaff <<
    \new Staff = "rh" { \repeat volta 2 \mainRh    \codaRh }
    \new Staff = "lh" { \repeat volta 2 \mainLh    \codaLh }
  >>
  \layout { }
}

\score {
  <<
    \new Staff = "rh" { \repeat unfold 2 \mainRh    \codaRh }
    \new Staff = "lh" { \repeat unfold 2 \mainLh    \codaLh }
  >>
  \midi { }
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Repeat-in-Score-and-in-Midi-tp139046p139109.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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