lilypond-user
[Top][All Lists]
Advanced

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

Re: slur repeat and alternative


From: Mats Bengtsson
Subject: Re: slur repeat and alternative
Date: Tue, 06 Jul 2004 12:52:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

This question has been answered many times on the mailing list
(see the archives).
There is no direct support for this in LilyPond at the moment, so
you have to fake it by drawing the slur in secunda volta from an
invisible note. For example:
\score {
        \notes {
                \time 4/4
                \clef bass
                \repeat volta2 { c4 d e f( }
                \alternative { { d2) d} { \hideNotes g4( \unHideNotes f2*1/2) 
f,} }
                }
        \paper { }
}


   /Mats

Jose wrote:
Excuse my poor english (I'm french).

With lilypond 2.0 on Linux RH 7.3 , i can't obtain
what i want with the following : \score {
        \notes {
                \time 4/4
                \clef bass
                \repeat volta2 { c4 d e f( }
                \alternative { { d2) d} { f) f,} }
                }
        \paper { }
}

I get the warning :
/home/jose/lilyfiles/gamme.ly:6:29: AVERTISSEMENT: ne peut repérer le début 
d'une liaison:
                \alternative { { d2) d} { f
                                           ) f,}
What I need is a slur between the f and d2 in the first volta box
(that's OK) and a "slur end on the first f in the second volta box.

Thanks.


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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