lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

issue on legato with repeat


From: Guillaume Audirac
Subject: issue on legato with repeat
Date: Sun, 9 Oct 2016 20:16:01 +0200

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

Attachment: test_legato_with_repeat.ly
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]