On 22 June 2010 19:17, Arno Waschk <hamama...@gmx.de> wrote: > this time not being sure whether it's a bug, feature or possible > enhancement, i wanted to mention that in a situation like: > > <c f\harmonic>1 q > > the second chord is missing the harmonic not head (here, i. e. 2.13.25 git > from yesterday).
It's intended behaviour. If you want to change it, you can redefine the repetition function to include articulations inside or outside the chord (see ly/chord-repetition-init.ly for more info): #(define-public my-repeat-chord (make-repeat-chord-function '() '(HarmonicEvent))) #(ly:parser-set-repetition-function parser my-repeat-chord) \relative c' { <c f\harmonic>1 q } Regards, Neil _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel