Re: Repeat in Score and in Midi

2013-01-09 Thread EmilLask
\alternative for \repeat % { <<\voiceC \\ \voiceD>>} % {<<\voiceA \\ \voiceB>>} % } \repeat volta 2{ <<\voiceC \\ \voiceD>> } %} % Comment \unfoldRepeats for Score and Uncomment for Midi

Re: Repeat in Score and in Midi

2013-01-09 Thread EmilLask
;<\voiceC \\ \voiceD>> } %} % Comment \unfoldRepeats for Score and Uncomment for Midi <<\voiceE \\ \voiceF>> } >> \layout{} \m

Re: Repeat in Score and in Midi

2013-01-09 Thread David Kastrup
EmilLask writes: > Yes, but if I use \repeat ... and \unfoldRepeats > > it repeats one measure only. > > How can I repeat more than one measure in parallel mode? \unfoldRepeats is a command working on the immediately following piece of music. If you write \unfoldRepeats x y z then only x wi

Re: Repeat in Score and in Midi

2013-01-09 Thread curtmcd
gt;> \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. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Repeat in Score and in Midi

2013-01-09 Thread EmilLask
Yes, but if I use \repeat ... and \unfoldRepeats it repeats one measure only. How can I repeat more than one measure in parallel mode? Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-in-Score-and-in-Midi-tp139046p139107.html Sent from the User mailing

Re: Repeat in Score and in Midi

2013-01-08 Thread Marc Hohl
Am 08.01.2013 17:02, schrieb EmilLask: Thank you. ex. \parallelMusic #'(voiceA voiceB) { [...] \bar ":|:" \bar "..." tells LilyPond to draw this specific bar line *without* being interpreted musically. To make MIDI work as expected, you'll have to use \repeat ... and \unfoldRepeat

Re: Repeat in Score and in Midi

2013-01-08 Thread EmilLask
f I try to repeat more than one doesn't work. Where am I wrong? Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-in-Score-and-in-Midi-tp139046p139049.html Sent from the User mailing list archive at Nabble.com. _

Re: Repeat in Score and in Midi

2013-01-08 Thread David Kastrup
EmilLask writes: > Hi, > > If I introduce a repeat (\repeat volta 2 or \bar ":|") the Score is > perfect, but the midi doesn't repeat the measures. > > Is it possible to do it? http://lilypond.org/doc/v2.16/Documentation/notation/repeats-in-midi> -- David Kastrup ___

Repeat in Score and in Midi

2013-01-08 Thread EmilLask
Hi, If I introduce a repeat (\repeat volta 2 or \bar ":|") the Score is perfect, but the midi doesn't repeat the measures. Is it possible to do it? Thanks Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-in-Score-and-in-Midi-tp139046.htm