lilypond-user
[Top][All Lists]
Advanced

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

Re:Tie


From: wjm
Subject: Re:Tie
Date: Wed, 27 Jun 2012 22:03:39 +1200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

I hope these might help with where you're going - I think the second makes more sense! :) but then, I'm not a composer but a mere part time singer :)
Regards
Bill
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\relative c' {
        \key ees \major \time 2/2
            r g'

            << { r g }
            \\
               { bes,2 \( ( }
            >>
         \repeat volta 2 {
         <<
            {
            r4 ees'8^\p( c ees4) g4-. aes-. r g-. bes,-. }
         \\
            {
             a,2) \repeatTie bes c bes\) }                      %To a,2.......
         >>
         g''1~-> }
         \alternative {
                 {g4 r
            << { r2 }
            \\
            {
             \once \override Slur
      #'control-points = #'((1 . -5) (3 . -5.6) (3 . -5.6) (5 . -5))
              bes,,2\mf( <>) } >> }         %Tie from here....
            { g''4\repeatTie
              r r2 }
         }
           \bar "|."
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\relative c' {
        \key ees \major \time 2/2
            r4 g'

            << { r g }
            \\
               { bes,2 \(  }
            >>
         \repeat volta 2 {
         <<
            {
            r4 ees'8^\p( c ees4) g4-. aes-. r g-. bes,-. }
         \\
            {
             a,2  bes c bes\) }                         %To a,2.......
         >>
         g''1~-> }
         \alternative {
                 {g4 r
            << { r2 }
            \\
            {
             \once \override Slur
      #'control-points = #'((0.5 . -4.5) (3 . -5.5) (3 . -5.5) (5 . -5))
              bes,,2\mf( <>) } >> }         %Tie from here....
            { g''4\repeatTie
              r r2 }
         }
           \bar "|."
}



reply via email to

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