Vertically shift tempo prescription

2022-11-30 Thread Arno Waschk
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

Re: Vertically shift tempo prescription

2022-11-30 Thread David Kastrup
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? {

Re: Vertically shift tempo prescription

2022-11-30 Thread Jean Abou Samra
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?

Re: Adding text to chord names or note names

2022-11-30 Thread Jean Abou Samra
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

Re: 2.23.81 coda in new staff or after blank space

2022-11-30 Thread Paul Scott
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'

Re: Note head as a custom image chosen according to note duration

2022-11-30 Thread Jean Faure
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

Re: Note head as a custom image chosen according to note duration

2022-11-30 Thread Jean Abou Samra
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:

Re: Note head as a custom image chosen according to note duration

2022-11-30 Thread Jean Faure
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

Re: Note head as a custom image chosen according to note duration

2022-11-30 Thread Jean Abou Samra
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 (

Re: LilyPond 2.23.82

2022-11-30 Thread Galen Hazelwood
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

Re: LilyPond 2.23.82

2022-11-30 Thread Jean Abou Samra
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

Re: Vertically shift tempo prescription

2022-11-30 Thread Flaming Hakama by Elaine
> > > -- 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

Re: Vertically shift tempo prescription

2022-11-30 Thread Arno Waschk
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

Re: LilyPond 2.23.82

2022-11-30 Thread Jean Abou Samra
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

Re: Vertically shift tempo prescription

2022-11-30 Thread David Kastrup
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

Re: LilyPond 2.23.82

2022-11-30 Thread Jean Abou Samra
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

Re: LilyPond 2.23.82

2022-11-30 Thread Jean Abou Samra
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:

Re: LilyPond 2.23.82

2022-11-30 Thread Galen Hazelwood
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

Re: LilyPond 2.23.82

2022-11-30 Thread Galen Hazelwood
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:

Different default arpeggio positions

2022-11-30 Thread Abraham Lee
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