On 11-05-30 03:12 AM, Martin Tarenskeen wrote:

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<--------------

If you tie the chord instead of the notes, it seems to work:

< c e g>2~ < c e g >

HTH,

Colin

--
The test of our progress is not whether we add more to the abundance
of those who have much, it is whether we provide enough for those who
have too little.
-Franklin D. Roosevelt, 32nd US President (1882-1945)


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

Reply via email to