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: Carl Sorensen
Subject: Re: q notation for repeated chords should also copy \harmonic...?
Date: Tue, 22 Jun 2010 16:13:20 -0600



On 6/22/10 3:28 PM, "Neil Puttock" <address@hidden> wrote:

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

I see this as a snippet for the docs, to be included in
Documentation/snippets/new

Thanks,

Carl




reply via email to

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