lilypond-user
[Top][All Lists]
Advanced

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

Re: slurs, ties into and out of endings


From: Paul Scott
Subject: Re: slurs, ties into and out of endings
Date: Mon, 02 Aug 2004 06:20:03 -0700
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040715)

Mats Bengtsson wrote:

Did you try search the mailing list archives of lilypond-user for
"tie alternative ending"?

Thanks. I didn't use the word "alternative." But after translating for 2.2.5 the following example starts to break and I don't know what to do next:

\paper  {
 raggedright = ##t
 indent = 0.0\mm
}

\version "2.2.5"

MkInvis = {\override Voice.NoteHead #'transparent = ##t
         \override Voice.Stem #'transparent = ##t
}

MkVis  =  { \override Voice.NoteHead #'transparent = ##f
          \override Voice.Stem #'transparent = ##f
}

global = \notes {
   \time 4/4
   \repeat volta 2 s1
   \alternative
   {
   { s1*2 }
   { s1*2 }
   }
}

mm = \notes\relative c'' {
       \key d \major
       cis4 d e4. fis8(   %  want this to slur to both endings
       d8 e d b') r8 g[( g e]~ e2) r2                    % first ending
       \MkInvis fis8( \MkVis d8*4/8[ e d b']) r8 g( g a) % second ending
       r1
   }

\score {
   <<
   \new Staff << { \global } { \mm } >>
   >>
}  % score



Paul





reply via email to

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