Re: \repeat volta not worked in midi output.

2010-05-30 Thread Oleksandr Gavenko
On 2010-05-30 23:13, Xavier Scheuer wrote: Yes that's why it is said to use 2 different \score blocks: one for the PDF output (with only \layout ) and another one for the MIDI (with \unfoldRepeats and \midi only). It is easier if you used variables for your music expression. For example: myMus

Re: \repeat volta not worked in midi output.

2010-05-30 Thread Xavier Scheuer
2010/5/30 Oleksandr Gavenko : > Thanks for answer! > > Unfortunately \unfoldRepeats expand all repeat pattern in .pdf! > So I get correct .midi output but my .pdf > become unreadable because of big repeated patterns. > > It is possible conditions or preprocessing > in Lilypond source file to switc

Re: \repeat volta not worked in midi output.

2010-05-30 Thread Marc Hohl
Oleksandr Gavenko schrieb: On 2010-05-30 21:43, Xavier Scheuer wrote: 2010/5/30 Oleksandr Gavenko: This example: \score { \drums { \repeat volta 2 { bd sn bd sn } } \layout { } \midi { } } in Cygwin Lilypond \version "2.12.4" produce correct .pdf but midi file don't contain repea

Re: \repeat volta not worked in midi output.

2010-05-30 Thread Oleksandr Gavenko
On 2010-05-30 21:43, Xavier Scheuer wrote: 2010/5/30 Oleksandr Gavenko: This example: \score { \drums { \repeat volta 2 { bd sn bd sn } } \layout { } \midi { } } in Cygwin Lilypond \version "2.12.4" produce correct .pdf but midi file don't contain repeat of rhythm pattern second t

Re: \repeat volta not worked in midi output.

2010-05-30 Thread Xavier Scheuer
2010/5/30 Oleksandr Gavenko : > This example: > > \score { >  \drums { >    \repeat volta 2 { bd sn bd sn } >  } >  \layout { } >  \midi { } > } > > in Cygwin Lilypond \version "2.12.4" > produce correct .pdf but midi file don't > contain repeat of rhythm pattern second time. > > I temporary use '

\repeat volta not worked in midi output.

2010-05-30 Thread Oleksandr Gavenko
This example: \score { \drums { \repeat volta 2 { bd sn bd sn } } \layout { } \midi { } } in Cygwin Lilypond \version "2.12.4" produce correct .pdf but midi file don't contain repeat of rhythm pattern second time. I temporary use '\repeat unfold' which work fine. -- Best regards!