bug-lilypond
[Top][All Lists]
Advanced

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

Re: q notation for repeated chords should also copy \harmonic...?


From: Neil Puttock
Subject: Re: q notation for repeated chords should also copy \harmonic...?
Date: Tue, 22 Jun 2010 22:28:00 +0100

On 22 June 2010 19:17, Arno Waschk <address@hidden> 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



reply via email to

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