lilypond-user
[Top][All Lists]
Advanced

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

problem with articulate and ties in chords


From: Martin Tarenskeen
Subject: problem with articulate and ties in chords
Date: Mon, 30 May 2011 11:12:12 +0200 (CEST)
User-agent: Alpine 2.02 (LFD 1266 2009-07-14)


Hi,

I am using lilypond 2.13.62 now.
The following example seems to show that \articulate has a problem with tied chords, Or am I doing something wrong ?

---------------8<--------------

\version "2.13.62"
music = \relative c' {
  c2~ c |
  <c~ e~ g~>2 <c e g> |
}

\score {
  \new Staff {
    \music
  }
  \layout {}
  \midi {}
}


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

-------------8<--------------

(example also attached to this message)

--

MT

Attachment: articulate_chords_test.ly
Description: Text document


reply via email to

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