lilypond-user
[Top][All Lists]
Advanced

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

RE: issue on legato with repeat


From: Mark Stephen Mrotek
Subject: RE: issue on legato with repeat
Date: Sun, 9 Oct 2016 11:40:26 -0700

Guillaume,

 

Try the following with the addition in red.

 

From: lilypond-user [mailto:address@hidden On Behalf Of Guillaume Audirac
Sent: Sunday, October 09, 2016 11:16 AM
To: address@hidden
Subject: issue on legato with repeat

 

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\repeatTie } % the legato is not visible in the repetition
  }
}

Is there something wrong in my code ?

Thanks for your help.

Guillaume


reply via email to

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