Better make that:
> ```
> \version "2.24.1"
>
> #(define ((Keep_only_engraver i) context)
> ```
>
```
#(define ((Keep_only_performer i) context)
```
>
> ```
> (let ((j 0))
> (make-performer
> (listeners
>((note-event performer event)
> (unless (eqv? i j)
>
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/d
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 cont
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
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 t