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

2010-06-23 Thread James Lowe

Arno,

I'll take a look and see

Hello,

On 22/06/2010 23:44, Arno Waschk wrote:


... not obvious as in i can't find it, and i was starting to search it
in the chords section


I am using the notation reference (my version is 2.13.24 but it has been 
in the reference for a while).


Look for

'Chord repetition' in section '1.5.1 Single voice' when we introduce the 
concept of multiple notes in a single voice to form a chord (using the < 
> brackets) for the first time.


James

___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2010-06-22 Thread David Kastrup
Neil Puttock  writes:

> On 22 June 2010 19:17, Arno Waschk  wrote:
>
>> this time not being sure whether it's a bug, feature or possible
>> enhancement, i wanted to mention that in a situation like:
>>
>> 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):

A harmonic is not an articulation.  Regardless how it is implemented
inside of Lilypond.

-- 
David Kastrup


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2010-06-22 Thread Arno Waschk
On Tue, 22 Jun 2010 22:59:05 +0200, James Lowe   
wrote:



Hello,

-Original Message-
From: bug-lilypond-bounces+james.lowe=datacore@gnu.org on behalf of  
Arno Waschk

Sent: Tue 22/06/2010 19:17
To: Lilypond Bugreports; lilypond-de...@gnu.org
Subject: q notation for repeated chords should also copy \harmonic...?
--snip---

BTW the place of documentation of the "q" thing in the notation doc page
is not exactly obvious to me...

--snip---

Not obvious as in 'I can't/couldn't easily find it' or not obvious as in  
'it should be in a different place' (and if so where would you suggest?).


James



... not obvious as in i can't find it, and i was starting to search it in  
the chords section

Arno


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2010-06-22 Thread Carl Sorensen



On 6/22/10 3:28 PM, "Neil Puttock"  wrote:

> On 22 June 2010 19:17, Arno Waschk  wrote:
> 
>> this time not being sure whether it's a bug, feature or possible
>> enhancement, i wanted to mention that in a situation like:
>> 
>> 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' {
>   1 q
> }
> 

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

Thanks,

Carl


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2010-06-22 Thread Neil Puttock
On 22 June 2010 19:17, Arno Waschk  wrote:

> this time not being sure whether it's a bug, feature or possible
> enhancement, i wanted to mention that in a situation like:
>
> 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' {
  1 q
}

Regards,
Neil

___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2010-06-22 Thread James Lowe
Hello,

-Original Message-
From: bug-lilypond-bounces+james.lowe=datacore@gnu.org on behalf of Arno 
Waschk
Sent: Tue 22/06/2010 19:17
To: Lilypond Bugreports; lilypond-de...@gnu.org
Subject: q notation for repeated chords should also copy \harmonic...?
 
--snip---

BTW the place of documentation of the "q" thing in the notation doc page  
is not exactly obvious to me...

--snip---

Not obvious as in 'I can't/couldn't easily find it' or not obvious as in 'it 
should be in a different place' (and if so where would you suggest?).

James

___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond