On Wed, Jun 8, 2016 at 2:15 PM, Alberto Simões-2 [via Lilypond] <
ml-node+s1069038n191475...@n5.nabble.com> wrote:

>
>
> On 08/06/16 21:02, David Wright wrote:
>
> > On Wed 08 Jun 2016 at 20:33:51 (+0100), Alberto Simões wrote:
> >> Suppose something like
> >>
> >> \repeat volta 2 {
> >>    c4 c4(
> >> }
> >> \alternative {
> >>   {c4) r}
> >>   {c2) }   %%% this
> >> }
> >>
> >> the second end slur is not typeset.
> >> is there any elegant way to draw it, or i should try to make an
> >> invisible note somewhere?
> >
> > The Notation Manual shows how to do this in 5.5.4 Modifying shapes
> > Modifying ties and slurs
> > where it comes right at the end, just before 5.5.5. It uses empty
> > chords <> rather than hidden notes.
>
> Thank you!!


FWIW, I've used \repeatTie in situations like this as well:

\repeat volta 2 {
  c4 c4 (
}
\alternative {
  { c4 ) r }
  { c2 \repeatTie }
}

Naturally, you can adjust its shape with the \shape command if desired, but
this usually gives a pretty good starting shape.

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Single-slur-with-two-endings-well-kind-of-for-repeats-tp191473p191479.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to