lilypond-user
[Top][All Lists]
Advanced

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

Re: Extending a slur back from end of repeat


From: Stephen Martin
Subject: Re: Extending a slur back from end of repeat
Date: Thu, 8 Mar 2007 01:56:12 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Mats Bengtsson <mats.bengtsson <at> ee.kth.se> writes:

> 
> One solution is to add a slur to an invisible note. You can use scaled note
> durations to avoid changing the rhythm, see the following example.
> 
> \version "2.10.0"
> \relative c' \repeat volta 2 { c d e f }
>   \alternative{{ g f e d4*1/2 ( \hideNotes b4*1/2 ) \unHideNotes } { g a 
> g e }}
> 

thanks Mats,

and

\version "2.10.0"
\relative c' \repeat volta 2 { 
\hideNotes c4*1/2 ( \unHideNotes c4*1/2 ) d e f }
  \alternative{{ g f e d4*1/2 ( \hideNotes b4*1/2 ) \unHideNotes } { g a 
g e }}

draws the remainder of the slur back at the beginning of the block!

regards,
Steve





reply via email to

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