Re: Unknown expression mark

2023-01-15 Thread William Rehwinkel

Dear Paul,

Assuming that the symbol is a marcato-staccato, one could use some 
scheme code a bit like the following which is pasted together from the 
short fermata and staccato definitions, so that the layout and midi 
outputs are properly handled.


-William

\version "2.24.0"

staccatostrongaccent = #(make-articulation 'shortfermata
  'midi-length
  (lambda (len context)
(moment-min (ly:moment-mul len (ly:make-moment 1/3))
  (seconds->moment 1/3 context))) ; slightly shorter than staccato
'midi-extra-velocity 40 ; marcato midi-extra-velocity
)

\score {
\relative g' {
  g8^\staccatostrongaccent g8_\staccatostrongaccent
}

\layout {}
\midi {}
}


On 1/15/23 05:37, Paul Hodges wrote:
This is simply a combination of marcato (aka "strong accent") and 
staccato.  The symbols are not usually overlapped like that, but it is 
not unknown - see the attached image from "Music Engraving Today" by 
Steven Powell (which I found in a discussion of how to get Dorico to do 
this).


I haven't tried, but I imagine that a little tweaking of vertical 
positions of the two symbols could get them to overlap like this.


Paul


*From: * Alberto Simões 
*To: * lilypond-user 
*Sent: * 14/01/2023 17:58
*Subject: * Unknown expression mark

Hello, Friends

Anyone knows:
  - what is this expression mark (in terms of the player)
  - how to mimic this in Lilypond?

Thank you!
Alberto



--
+ -- +
|William Rehwinkel - Oberlin College and |
|   Conservatory '24 |
|  will...@williamrehwinkel.net  |
| PGP key:   |
| https://williamrehwinkel.net/static/pubkey.txt |
+ -- +


OpenPGP_signature
Description: OpenPGP digital signature


Re: Unknown expression mark

2023-01-15 Thread Paul Hodges
This is simply a combination of marcato (aka "strong accent") and staccato.  
The symbols are not usually overlapped like that, but it is not unknown - see 
the attached image from "Music Engraving Today" by Steven Powell (which I found 
in a discussion of how to get Dorico to do this).


I haven't tried, but I imagine that a little tweaking of vertical positions of 
the two symbols could get them to overlap like this.


Paul



 From:   Alberto Simões  
 To:   lilypond-user  
 Sent:   14/01/2023 17:58 
 Subject:   Unknown expression mark 



Hello, Friends


Anyone knows:
 - what is this expression mark (in terms of the player)
 - how to mimic this in Lilypond?


Thank you!
Alberto
 

Re: Unknown expression mark

2023-01-14 Thread William Rehwinkel

It looks to me like a short fermata:

https://lilypond.org/doc/v2.22/Documentation/f5/lily-0fe2acbd.png

which you may call in lilypond via "\shortfermata"

However, it might also be a staccato and marcato, with more context (the 
rest of the score) the answer might be more clear.


-William

On 1/14/23 12:58, Alberto Simões wrote:

Hello, Friends

Anyone knows:
  - what is this expression mark (in terms of the player)
  - how to mimic this in Lilypond?

Thank you!
Alberto


--
+ -- +
|William Rehwinkel - Oberlin College and |
|   Conservatory '24 |
|  will...@williamrehwinkel.net  |
| PGP key:   |
| https://williamrehwinkel.net/static/pubkey.txt |
+ -- +


OpenPGP_signature
Description: OpenPGP digital signature


Re: Unknown expression mark

2023-01-14 Thread Xavier Scheuer
On Sat, 14 Jan 2023 at 19:05, Alberto Simões  wrote:
>
> And in lilypond, _^ is similar enough :-)

Hello,

For me it looks more like a \shortfermata .
See the list of articulations, as mentioned in NR 1.3.1 Expressive marks
attached to notes.
https://lilypond.org/doc/v2.24/Documentation/notation/list-of-articulations

Cheers,
Xavier

-- 
Xavier Scheuer 


Re: Unknown expression mark

2023-01-14 Thread Alberto Simões
On Sat, Jan 14, 2023 at 6:02 PM Alberto Simões 
wrote:

>
>
> On Sat, Jan 14, 2023 at 5:58 PM Alberto Simões 
> wrote:
>
>> Hello, Friends
>>
>> Anyone knows:
>>  - what is this expression mark (in terms of the player)
>>  - how to mimic this in Lilypond?
>>
>>
> As per Wikipedia, it looks like a Marcato --
> https://en.wikipedia.org/wiki/Marcato
>

And in lilypond, _^ is similar enough :-)


Re: Unknown expression mark

2023-01-14 Thread Alberto Simões
On Sat, Jan 14, 2023 at 5:58 PM Alberto Simões 
wrote:

> Hello, Friends
>
> Anyone knows:
>  - what is this expression mark (in terms of the player)
>  - how to mimic this in Lilypond?
>
>
As per Wikipedia, it looks like a Marcato --
https://en.wikipedia.org/wiki/Marcato


Unknown expression mark

2023-01-14 Thread Alberto Simões
Hello, Friends

Anyone knows:
 - what is this expression mark (in terms of the player)
 - how to mimic this in Lilypond?

Thank you!
Alberto