lilypond-user
[Top][All Lists]
Advanced

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

Re: both alternatives have notes which end a phrased slur; how to notate


From: Aaron Hill
Subject: Re: both alternatives have notes which end a phrased slur; how to notate the 2nd alternative?
Date: Sat, 23 Oct 2021 22:41:35 -0700
User-agent: Roundcube Webmail/1.4.9

On 2021-10-23 7:04 pm, Kenneth Wolcott wrote:
Hi;

  I have music which I am engraving that has two alternatives, both
having notes which end a phrasing slur.  I get a warning (warning:
cannot end phrasing slur) about the second phrased slur and, of
course, the phrased slur is not shown in the second alternative.

  I saw in NR that there is a solution when this situation is
encountered with a tie, (\repeatTie) but I do not see a solution for
slurs or phrased slurs.

You could cheat by having a new (phrasing) slur connecting the chords between the voltas, playing around with dash-definition or reshaping the curve to get the desired effect:

%%%%
\fixed c'' {
 \key g \major \time 3/4
 \repeat volta 2 { <c f a>4.\( <d f bes> }
 \alternative {
   { <d fis? c'>2.\)
     -\tweak dash-definition #'((0.6 1 1 1 )) ^\( }
   { <d fis? c'>2.\) }
 }
}

\fixed c'' {
 \key g \major \time 3/4
 \repeat volta 2 { <c f a>4.\( <d f bes> }
 \alternative {
   { <d fis? c'>2.\)
     -\shape #'((6 . 0.5) (5 . -0.5) (2 . -1) (0 . 0)) ^\( }
   { <d fis? c'>2.\) }
 }
}
%%%%


-- Aaron Hill



reply via email to

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