Dear list,
in a complex situation i need to vertically shift the result of a
'\tempo \markup{\column{ ... }}' thing.
Probably that could be done by a \override XXX.extra-offset = #'(0.0 .
8.0) . But what is XXX in that case?
Thanks for your help!
Arno
--
Arno Waschk
Gubener Str. 44
10243 B
Arno Waschk writes:
> Dear list,
>
>
> in a complex situation i need to vertically shift the result of a
> '\tempo \markup{\column{ ... }}' thing.
>
> Probably that could be done by a \override XXX.extra-offset = #'(0.0 .
> 8.0) . But what is XXX in that case?
Why even bother with the name?
{
Le 30/11/2022 à 14:58, David Kastrup a écrit :
Arno Waschk writes:
Dear list,
in a complex situation i need to vertically shift the result of a
'\tempo \markup{\column{ ... }}' thing.
Probably that could be done by a \override XXX.extra-offset = #'(0.0 .
8.0) . But what is XXX in that case?
Le 30/11/2022 à 05:26, Flaming Hakama by Elaine a écrit :
I think here is where we dip into the reality that there are many
different uses of chord changes.
Chord symbols used for analysis are different than when used as an
abbreviation for specific notes/voicings, which is different when used
On 11/29/22 04:06, Jean Abou Samra wrote:
Le 28/11/2022 à 06:17, Paul Scott a écrit :
My current code involves a separate \score for the coda as I learned
here a long time ago. As with the blank space question I haven't yet
figured out how accomplish this with the new Segno structure.
It'
Just for a test, I changed all image filenames to note4.eps. However, it
turned out that the custom image is scaled differently depending on
duration-log. Why?
I attach the lily, eps and output pdf files.
Cheers, Jean
On Thu, Nov 24, 2022 at 10:22 AM Jean Abou Samra wrote:
> Hello,
>
> I'm addi
Le 30/11/2022 à 16:34, Jean Faure a écrit :
Just for a test, I changed all image filenames to note4.eps. However,
it turned out that the custom image is scaled differently depending on
duration-log. Why?
I attach the lily, eps and output pdf files.
The code reads:
#(case (ly:
Ah ok, thanks. Is there a way of keeping the original note heads, just
superimpose them with a custom image?
On Wed, Nov 30, 2022 at 4:39 PM Jean Abou Samra wrote:
> Le 30/11/2022 à 16:34, Jean Faure a écrit :
> > Just for a test, I changed all image filenames to note4.eps. However,
> > it turn
Le 30/11/2022 à 16:50, Jean Faure a écrit :
Ah ok, thanks. Is there a way of keeping the original note heads, just
superimpose them with a custom image?
Yes, try this:
\version "2.22.2"
customHead = {
\once \override NoteHead.stencil =
#(grob-transformer
'stencil
(lambda (
Moved from 2.22.2 straight to this release. Everything seems to be fine,
except that the final lines of both the 2-piano and full score of my
project don't extend to the right edge of the page like they used to. It
looks like "ragged-last" was changed to true by default, and setting it
back to fals
Le 30/11/2022 à 19:33, Galen Hazelwood a écrit :
Moved from 2.22.2 straight to this release. Everything seems to be
fine, except that the final lines of both the 2-piano and full score
of my project don't extend to the right edge of the page like they
used to. It looks like "ragged-last" was ch
>
>
> -- Forwarded message --
> From: David Kastrup
> To: Arno Waschk
> Cc: lilypond-user@gnu.org, a...@arnowaschk.de
> Bcc:
> Date: Wed, 30 Nov 2022 14:58:54 +0100
> Subject: Re: Vertically shift tempo prescription
> Arno Waschk writes:
>
> > Dear list,
> >
> >
> > in a complex
Thanks for your answers!
I tried both MetronomeMark and the direct tweak. In the result there was
no visible shift at all.
What is the correct override to try here?
Best, Arno
On 30.11.22 15:03, Jean Abou Samra wrote:
Le 30/11/2022 à 14:58, David Kastrup a écrit :
Arno Waschk writes:
Dear
Le 30/11/2022 à 21:50, Galen Hazelwood a écrit :
A minimized example will take some time. In the meantime, I'm
attaching output from both 2.22 and 2.23.82, showing the difference.
If this isn't useful, hold on, and I'll produce a minimized example
when I'm free.
https://github.com/galenhz/orn
Arno Waschk writes:
> Thanks for your answers!
>
> I tried both MetronomeMark and the direct tweak. In the result there was
> no visible shift at all.
> What is the correct override to try here?
An example would help.
--
David Kastrup
Le 30/11/2022 à 22:33, Jean Abou Samra a écrit :
Le 30/11/2022 à 21:50, Galen Hazelwood a écrit :
A minimized example will take some time. In the meantime, I'm
attaching output from both 2.22 and 2.23.82, showing the difference.
If this isn't useful, hold on, and I'll produce a minimized exampl
Le 30/11/2022 à 23:13, Jean Abou Samra a écrit :
The latter has length 0, the former has length 1/16. However, you
didn't have this hack in the dynamics variables, so now your dynamics
are all desynchronized. You need to remove an "s16" in both parts.
One more thing: you may find this useful:
You're quite right. Thanks! I thought that was strange.
On Wed, Nov 30, 2022 at 2:15 PM Jean Abou Samra wrote:
> Le 30/11/2022 à 23:13, Jean Abou Samra a écrit :
> > The latter has length 0, the former has length 1/16. However, you
> > didn't have this hack in the dynamics variables, so now your
And while I'm at it, thanks a lot for the work everyone's put into this new
version. Several of these new features are going to be very useful.
--Galen
On Wed, Nov 30, 2022 at 3:01 PM Galen Hazelwood wrote:
> You're quite right. Thanks! I thought that was strange.
>
> On Wed, Nov 30, 2022 at 2:
Happy Holidays!
A number of versions ago, I created the following function to extend the
top and bottom ends of the Arpeggio grob, which I find more aesthetically
pleasing (generally), though I know it's not perfect:
\override Arpeggio.after-line-breaking =
#(lambda (grob)
(let* ((pos (ly:gr
20 matches
Mail list logo