lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with alternate endings


From: Knute Snortum
Subject: Re: Problems with alternate endings
Date: Thu, 3 Oct 2024 10:28:18 -0700



--
Knute Snortum



On Thu, Oct 3, 2024 at 7:28 AM Cameron Hall <cameronghall@cox.net> wrote:

What about this case where the slur is only on the very last note of
the first ending?

%%% BEGIN EXAMPLE %%%
\version "2.24.4"
\fixed c'' {
  r2 r4 g,(
  \repeat volta 2 {
    \mark \default
    c4) r d4 r |
    \alternative {
      \volta 1 { e2. g,4 }  % I want this G to slur back to the C at
letter A
      \volta 2 { c1 }
    }
  }
}
%%% END EXAMPLE %%%

If I use the empty chord trick \volta 1 { e2. g,4( <>) } then it slurs
to the second ending, which I don't want.

It's not a great solution, but use a \laissezVibrer slur on the G, then use \shape to move it up and invert it:

\volta 1 { e2. g,4\laissezVibrer } % Needs \shape (difficult)

reply via email to

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