Dear users of the list,

I need to display a legato in a second repeat but cannot succeed. A simple
example here:

\version "2.18.2"

{
  \clef "treble"
  \time 4/4
  R1
  \repeat volta 2 {
    g'1(
  }
  \alternative {
  { a'1) }
  { b'1) } % the legato is not visible in the repetition
  }
}

Is there something wrong in my code ?

Thanks for your help.
Guillaume
\version "2.18.2"

{
  \clef "treble"
  \time 4/4
  R1
  \repeat volta 2 {
    g'1(
  }
  \alternative {
  { a'1) }
  { b'1) } % the legato is not visible in the repetition
  }
}

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

Reply via email to