Hi, Tom!

To answer question 1 (and only 1), you need to add volta repeats to voice
two as well.
For that matter, utilizing the "global" variable is a good practice, I
think. Namely,

Add the following lines to the variable "global":

  \repeat volta 2 { s1*3/4*3 }
  \alternative { {s1*3/4} {s1*3/4} }
  \repeat volta 2 { s1*3/4*7 }
  \alternative { {s1*3/4} {s1*3/4} }

Cut the line "\global" from "melody" and paste it to the staff context.

HTH


On Tue, May 14, 2013 at 7:23 AM, Tom Cloyd <tomcloydm...@gmail.com> wrote:

>  My moderately small complete source file is here:
> http://pastie.org/7904566
>
> I have two problems: a corrupt midi file, and a note head collision that I
> cannot seem to fix.
>
> Two things to  note about the source: I am including articulate.ly, and
> this is set up to produce cross-voice arpeggios, not uncommon with classic
> guitar. The basic file structure comes from a guitarist who's been a member
> of this list in the past (I've basically been gone for two years), and has
> made major additions to the Lilypond documentation for classic guitar. I'm
> speaking especially of the code from "structure =..." on, which which
> frankly has always been a muddle to me.
>
> *1. corrupt midi file* -
>
> After upgrading Lilypond (at least one version), the midi file now get
> weird at m. 4. It SHOULD repeat, but in fact BOTH repeats AND plows on
> right through the repeat and plays the next line at the same time. Not
> exactly what I had in mind! I have no idea what's wrong, much less how to
> fix it.
>
> Any help on this would be much appreciated.
>
> *2. note head collision that I cannot seem to fix** -*
>
> In m. 12, at beat 2, there is an intractable (for me) note head collision.
> I've studied the documentation, and tried a number of things, and
> absolutely NONE of them have had any effect. Right now, there is in the
> code (l. 97) an attempt to move the top voice ahead of the bottom voice,
> which is split, at this point.
>
> Any ideas how to fix this issue?
>
> Thank for any help offered!
>
> Tom
>
> --
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Tom Cloyd, MS MA
> Cedar City / St. George, Utah, U.S.A: (435) 272-3332
> << t...@tomcloyd.com >> (email) << TomCloyd.com >> (website)
> << Sleightmind.com >> (mental health issues weblog)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to