Am Donnerstag, 1. Februar 2024, 00:03:00 CET schrieb Curt McDowell:
> Stan,
>
> Here is a brute force way by embedding PostScript – although it can be a
> bit tedious.
>
> \version "2.22.1"
>
> %% Custom dynamic marks using embedded PostScript
>
> %% If a particular mark is needed repeatedly, y
Am Freitag, 2. Februar 2024, 16:38:22 CET schrieb Lukas-Fabian Moser:
> ... and without any new insight, but with a healthy dose of syntactic sugar:
And with a rather simple custom engraver Lilypond will do these kinds of
things for us.
Cheers, Valentin\version "2.24"
#(set-object-property! 'ga
Ah, that makes sense. I can see how the behavior would be useful there.
I think part of the surprise is that when writing \new Dynamics voices I
will only use spacer rests, and typically only specify the "s" the first
time, leaving the rest of the piece described with just durations.
\new Dynamic
> Am I misunderstanding something, or is this a bug? Since the "r4" at the
> start of the second measure is fully qualified, I was expecting the "4"s that
> follow it to be quarter rests as well, but I'm seeing "c"s in the rendered
> output.
>
> ```
> \version "2.25.6"
>
> {
> c'4 r
Forwarded Message
Subject:Re: Duration shortcut not working for rests
Date: Sat, 3 Feb 2024 17:19:42 -0500
From: William Ashton
To: Jakob Pedersen
Part of what may be confusing me is that when defining a \new Dynamics
voice, I will use only spacer rests,
Remember to add the list email to your messages :)
/J
Forwarded Message
Subject:Re: Duration shortcut not working for rests
Date: Sat, 3 Feb 2024 17:11:08 -0500
From: William Ashton
To: Jakob Pedersen
Sure. I recognize that that would work. I guess the que
Hi William,
If you want to write more rests, the syntax is
r4 r r b
Much like
c'4 r e f
are all quarter notes and a quarter rest.
Lilypond remembers the duration, but needs to know what to print with
that duration.
Best wishes,
Jakob
On 03.02.2024 22.55, William Ashton wrote:
Hello a
Hello all,
Am I misunderstanding something, or is this a bug? Since the "r4" at the
start of the second measure is fully qualified, I was expecting the "4"s
that follow it to be quarter rests as well, but I'm seeing "c"s in the
rendered output.
\version "2.25.6"
{
c'4 r r r
% The middle