bug-lilypond
[Top][All Lists]
Advanced

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

Common tail, separate slurs


From: Heikki Johannes Junes
Subject: Common tail, separate slurs
Date: Wed, 21 Aug 2002 01:08:11 +0300 (EET DST)

I wanted to write notes with common tail, stick or whatever, but with
separate expressive slurs. However, something went wrong, all slurs have
dropped to the bottom note.

altA = \notes \relative c'' {
  b4( )b c a
}

tenA = \notes \relative c' {
  g'4 e ( ) e ( ) e
}

basA = \notes \relative c {
  e4 g a c
}

\score {
    \context Staff <
        \context Voice = ii < \voiceTwo \altA \tenA \basA >
    >
    \paper { }
}
\score {
    \context Staff <
        \context Voice = ii < \voiceTwo \altA \tenA \basA >
    >
    \midi {
        \tempo 4 = 60
    }
}

--
      Heikki Junes






reply via email to

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