Patrick Schmidt schrieb:
Hi Robin & Marc,

thanks for your solutions! The problem is that they don't work in a tabVoice 
context. (In my mail I didn't mention that I also wanted to use tablature.)
Ok. I think it would work in 2.13.4, but your alternative shown below is probably better.
So I guess the best bet is to use single staff polyphony:
upper = \relative c {
  \voiceOne
  \repeat volta 2 {
     <e~ g~b~ e>1 |
  }
\alternative { { <e g b e> }
    { <e g b e>\repeatTie }
  }
}

lower = \relative c {
  \voiceTwo
  \repeat volta 2 { <e, b'>1 | }
\alternative { {c'}
    {c }
  }
}

Marc



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to