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 13:17:04 -0700

Guillaume,

 

^\repeatTie

 

Mark

 

From: Guillaume Audirac [mailto:address@hidden
Sent: Sunday, October 09, 2016 12:51 PM
To: Mark Stephen Mrotek <address@hidden>
Cc: address@hidden
Subject: Re: issue on legato with repeat

 

Hi,

Thanks a lot. It is almost perfect ;-)

Is it possible to have the legato on the top instead? My case is closer to this example:

\version "2.18.2"

{
  \clef "treble"
  \time 4/4
  R1
  \repeat volta 2 {
    c''1(
  }
  \alternative {
  { d''1) }
  { a'1\repeatTie } % the legato is at the bottom, not on the top
  }
}

Guillaume

 

2016-10-09 20:40 GMT+02:00 Mark Stephen Mrotek <address@hidden>:

Guillaume,

 

Try the following with the addition in red.

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=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]