Status: Accepted
Owner: ----
Labels: Type-Scripts Priority-Low Frog

New issue 1749 by lemniska...@gmail.com: articulate script doesn't support partial ties
http://code.google.com/p/lilypond/issues/detail?id=1749

\articulate cannot properly process partially tied chords (i.e. when a tilde is inside a chord construct).

http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00400.html


\version "2.14.1"
music = \relative c' {
  c2~ c |
  <c~ e~ g~>2 <c e g> | % this gets divided
}

\include "articulate.ly"
\score {
  \articulate {
    \new Staff {
      \music
    }
  }
  \layout {}
  \midi {}
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to