lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with articulate and ties in chords


From: Colin Campbell
Subject: Re: problem with articulate and ties in chords
Date: Mon, 30 May 2011 07:17:48 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

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)




reply via email to

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