Re: Accent on single note of chord?

2022-09-24 Thread Paul Hodges
From:   Werner LEMBERG  
Actually, it is a standard thing, at least in piano music.  Attached 
is an example from Schumann's 'Humoreske' (Henle Urtext). 



I've also seen it in twentieth-century piano music.  But it is not mentioned in 
any of Ross, Read, Stone, or Gould - so I guess it's considered a very minor 
thing!


Paul

Re: Accent on single note of chord?

2022-09-24 Thread Kieren MacMillan
Hi all,

>> I am pretty sure this is not a standard thing.
> Actually, it is a standard thing, at least in piano music.  Attached
> is an example from Schumann's 'Humoreske' (Henle Urtext).

Fascinating! In 40+ years of playing piano — including a Bachelor's degree in 
piano performance, and lots and lots of composing and performing of modern 
music — this is literally the first time I’ve seen this notation.

I love learning new things!  =)
Kieren.


Re: Accent on single note of chord?

2022-09-24 Thread Thomas Morley
Am Sa., 24. Sept. 2022 um 22:44 Uhr schrieb Jean Abou Samra
:
>
>
>
> Le 24/09/2022 à 22:34, Andy Bradford a écrit :
> > Thus said Jean Abou Samra on Sat, 24 Sep 2022 22:17:26 +0200:
> >
> >> Are you asking this because you  saw this notation in a printed score,
> >> or because you want to use it even though it's nonstandard?
> > Yes, the attachment  that I included in my original  email was a snippet
> > from an  actual printed score. I  can certainly imagine that  just the C
> > from the chord wants additional emphasis over the rest of the chord.
>
>
>
> OK, I didn't know this notation at all.
>
> Here's how I'd do it:
>
> \version "2.22.2"
>
> leftAccent =
>\tweak side-axis #X
>\tweak X-offset #ly:side-position-interface::x-aligned-side
>\tweak Y-offset 0
>\tweak before-line-breaking
>#(lambda (grob)
>   (let ((head (ly:grob-parent grob X)))
> (ly:grob-set-parent! grob Y head)))
>\tweak padding 0.5
>\tweak extra-spacing-width #'(-0.5 . 0)
>->
>
> \relative {
>  4 
>  
> }
>
>
>
>

Maybe more general:
https://lilypondforum.de/index.php/topic,1082.msg5860.html#msg5860
Scroll up a bit for an image.


Cheers,
  Harm



Re: Accent on single note of chord?

2022-09-24 Thread Andy Bradford
Thus said Jean Abou Samra on Sat, 24 Sep 2022 22:17:26 +0200:

> Are you asking this because you  saw this notation in a printed score,
> or because you want to use it even though it's nonstandard?

Yes, the attachment  that I included in my original  email was a snippet
from an  actual printed score. I  can certainly imagine that  just the C
from the chord wants additional emphasis over the rest of the chord.

Andy




Re: Accent on single note of chord?

2022-09-24 Thread Hans Åberg


> On 24 Sep 2022, at 22:35, Werner LEMBERG  wrote:
> 
>>> Has anyone come across notation where only a single note in the chord
>>> has an accent?
>> 
>> I am pretty sure this is not a standard thing.
> 
> Actually, it is a standard thing, at least in piano music.  Attached
> is an example from Schumann's 'Humoreske' (Henle Urtext).

Also in piano performance, regardless whether notated.





Re: Accent on single note of chord?

2022-09-24 Thread Jean Abou Samra




Le 24/09/2022 à 22:34, Andy Bradford a écrit :

Thus said Jean Abou Samra on Sat, 24 Sep 2022 22:17:26 +0200:


Are you asking this because you  saw this notation in a printed score,
or because you want to use it even though it's nonstandard?

Yes, the attachment  that I included in my original  email was a snippet
from an  actual printed score. I  can certainly imagine that  just the C
from the chord wants additional emphasis over the rest of the chord.




OK, I didn't know this notation at all.

Here's how I'd do it:

\version "2.22.2"

leftAccent =
  \tweak side-axis #X
  \tweak X-offset #ly:side-position-interface::x-aligned-side
  \tweak Y-offset 0
  \tweak before-line-breaking
  #(lambda (grob)
 (let ((head (ly:grob-parent grob X)))
   (ly:grob-set-parent! grob Y head)))
  \tweak padding 0.5
  \tweak extra-spacing-width #'(-0.5 . 0)
  ->

\relative {
    4 
    
}






Re: Accent on single note of chord?

2022-09-24 Thread Jean Abou Samra

Le 24/09/2022 à 21:32, Andy Bradford a écrit :

Hello,

Has anyone  come across notation where  only a single note  in the chord
has an accent?

I had  hoped that it  might just work by  placing the accent  within the
chord, but alas it did not:


\version "2.18.2"

\relative {
 4   e-5>
}

See attached.




Are you asking this because you saw this notation in a printed
score, or because you want to use it even though it's nonstandard?
I am pretty sure this is not a standard thing. If you have different
articulations for the notes, maybe you want different voices?


Jean




Accent on single note of chord?

2022-09-24 Thread Andy Bradford
Hello,

Has anyone  come across notation where  only a single note  in the chord
has an accent?

I had  hoped that it  might just work by  placing the accent  within the
chord, but alas it did not:


\version "2.18.2"

\relative {
4   e-5>
}

See attached.

Thanks,

Andy