lilypond-user
[Top][All Lists]
Advanced

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

Re: Mixed questions


From: Kieren Richard MacMillan
Subject: Re: Mixed questions
Date: Fri, 26 May 2006 13:23:19 -0400

Hi, Matthijs:

- the last bar of the repeat before the alternative endings ends with a note with a slur. The slur is finished properly on the first note of the first alternative, but not so in the second alternative. Just adding a ")" does not help, Lilypond complains about not being able to end the slur. \repeatTie gives a very unsatisfactory result, which seems immune to the normal tie- tweaking. Any other way of getting the proper end of the slur?

%% CODE SNIPPET BEGINS
\version "2.8.1"
slurPrep = { \once \override Slur #'extra-offset = #'( -6 . 0.8 ) }
\relative c''
{
        c d e f
        f e  d c \bar "||" \break
        \repeat "volta" 2 { c b a c e c d e( }
        \alternative
        {
                { fis) g e c }
                { \slurPrep d( c) b c \bar "|."}
        }
}
%% CODE SNIPPET ENDS

Tweak slur details as necessary.
It ain't perfect, but it solves your issue (I think!?).

Hope this helps!
Kieren.




reply via email to

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