Re: Liszt's accents

2023-06-02 Thread cadenza

Thanks everyone,

VShapeSlur was a great solution !


On 2023/06/02 3:09, Xavier Scheuer wrote:

On Wed, 31 May 2023 at 17:42, cadenza mailto:cade...@tky2.3web.ne.jp>> wrote:
 >
 > Hello all,
 >
 > How do I enter the large accent marks that Liszt favored,
 > which spread to multiple notes, as shown in the attached file?
 > In an attempt to address some of the examples in the attachment,
 > I tried to match the second and third control points of the slur as shown 
below,
 > but this does not seem to be a realistic solution.

Hello,

I guess Lukas-Fabian's "VShapeSlur" could be a good starting point.
https://lists.gnu.org/archive/html/lilypond-user/2020-09/msg00129.html 


Cheers,
Xavier

--
Xavier Scheuer mailto:x.sche...@gmail.com>>





Re: Liszt's accents

2023-06-01 Thread Michael Werner
Hi Knute,

On Thu, Jun 1, 2023 at 11:37 AM Knute Snortum  wrote:

> I'm interested in how you apply a marcato articulation to a group of
> notes.  For example, this doesn't work:
>
> \version "2.24.1"
>
> { c''8 8 {8 8  8}-^ 8 8 8 }
>

I found
https://lsr.di.unimi.it/LSR/Snippet?id=82
which seems to do what you're asking about. Well, after a small tweak. The
example is set up for staccato, but is easily changed for whatever
articulation you want.

-- 
Michael


RE: Liszt's accents

2023-06-01 Thread Mark Stephen Mrotek
Knute,

 

I don’t know if that can be done.

 

Mark 

 

From: Knute Snortum [mailto:ksnor...@gmail.com] 
Sent: Thursday, June 1, 2023 8:36 AM
To: Mark Stephen Mrotek 
Cc: cadenza ; lilypond-user@gnu.org
Subject: Re: Liszt's accents

 

I'm interested in how you apply a marcato articulation to a group of notes.  
For example, this doesn't work:

 

\version "2.24.1"

{ c''8 8 {8 8  8}-^ 8 8 8 }


 

--

Knute Snortum

 

 

 

On Wed, May 31, 2023 at 2:29 PM Mark Stephen Mrotek mailto:carsonm...@ca.rr.com> > wrote:

Cadenza,

It is a "marcato."
https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-attached-to-notes#articulations-and-ornamentations

Mar3k

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org 
<mailto:ca.rr@gnu.org>  [mailto:lilypond-user-bounces+carsonmark 
<mailto:lilypond-user-bounces%2Bcarsonmark> =ca.rr@gnu.org 
<mailto:ca.rr@gnu.org> ] On Behalf Of cadenza
Sent: Wednesday, May 31, 2023 8:37 AM
To: lilypond-user@gnu.org <mailto:lilypond-user@gnu.org> 
Subject: Liszt's accents

Hello all,

How do I enter the large accent marks that Liszt favored, which spread to 
multiple notes, as shown in the attached file?
In an attempt to address some of the examples in the attachment, I tried to 
match the second and third control points of the slur as shown below, but this 
does not seem to be a realistic solution.


\version "2.23.2"
{
   \shape #'((0 . 0) (2 . 1) (-1.4 . -1) (0 . 0)) Slur
   \repeat tremolo 8 {c'32_( c'')}
}





Re: Liszt's accents

2023-06-01 Thread Xavier Scheuer
On Wed, 31 May 2023 at 17:42, cadenza  wrote:
>
> Hello all,
>
> How do I enter the large accent marks that Liszt favored,
> which spread to multiple notes, as shown in the attached file?
> In an attempt to address some of the examples in the attachment,
> I tried to match the second and third control points of the slur as shown
below,
> but this does not seem to be a realistic solution.

Hello,

I guess Lukas-Fabian's "VShapeSlur" could be a good starting point.
https://lists.gnu.org/archive/html/lilypond-user/2020-09/msg00129.html

Cheers,
Xavier

-- 
Xavier Scheuer 


Re: Liszt's accents

2023-06-01 Thread Knute Snortum
I'm interested in how you apply a marcato articulation to a group of
notes.  For example, this doesn't work:

\version "2.24.1"

{ c''8 8 {8 8  8}-^ 8 8 8 }

--
Knute Snortum



On Wed, May 31, 2023 at 2:29 PM Mark Stephen Mrotek 
wrote:

> Cadenza,
>
> It is a "marcato."
>
> https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-attached-to-notes#articulations-and-ornamentations
>
> Mar3k
>
> -Original Message-
> From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:
> lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of cadenza
> Sent: Wednesday, May 31, 2023 8:37 AM
> To: lilypond-user@gnu.org
> Subject: Liszt's accents
>
> Hello all,
>
> How do I enter the large accent marks that Liszt favored, which spread to
> multiple notes, as shown in the attached file?
> In an attempt to address some of the examples in the attachment, I tried
> to match the second and third control points of the slur as shown below,
> but this does not seem to be a realistic solution.
>
>
> \version "2.23.2"
> {
>\shape #'((0 . 0) (2 . 1) (-1.4 . -1) (0 . 0)) Slur
>\repeat tremolo 8 {c'32_( c'')}
> }
>
>
>


RE: Liszt's accents

2023-05-31 Thread Mark Stephen Mrotek
Cadenza,

It is a "marcato."
https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-attached-to-notes#articulations-and-ornamentations

Mar3k

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org 
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of cadenza
Sent: Wednesday, May 31, 2023 8:37 AM
To: lilypond-user@gnu.org
Subject: Liszt's accents

Hello all,

How do I enter the large accent marks that Liszt favored, which spread to 
multiple notes, as shown in the attached file?
In an attempt to address some of the examples in the attachment, I tried to 
match the second and third control points of the slur as shown below, but this 
does not seem to be a realistic solution.


\version "2.23.2"
{
   \shape #'((0 . 0) (2 . 1) (-1.4 . -1) (0 . 0)) Slur
   \repeat tremolo 8 {c'32_( c'')}
}