Re: Getting grob Y position (spacing error)

2022-11-18 Thread Gregory Evans
Hello Jean, thank you for the information about after-line-breaking and the timing of skyline computing. Is there an equivalent property to trigger callback after the skylines are calculated? I am trying to use (ly:stencil-add ...) to add to the stencil of a notehead by drawing a line from one note

Re: Change in titling-init.ly and corresponding document

2022-11-18 Thread Jean Abou Samra
Le 18 nov. 2022 à 23:10, Eric Benson a écrit :I'm testing 2.23.81 with my scores that have been working in 2.22.2, and I notice that the file titling-init.ly and the corresponding documentation page notation/custom-titles-headers-and-footers have changed a great deal. Is there any guidance availa

Change in titling-init.ly and corresponding document

2022-11-18 Thread Eric Benson
I'm testing 2.23.81 with my scores that have been working in 2.22.2, and I notice that the file titling-init.ly and the corresponding documentation page notation/custom-titles-headers-and-footers have changed a great deal. Is there any guidance available for how to change our scores from the old in

Re: Hide Notes but display Accidental

2022-11-18 Thread Rajesh Baskar
Hi Lukas, Thanks for your help, this really worked and also thanks for the other recommendations. On 11/17/2022 11:55 PM, Lukas-Fabian Moser wrote: Hi Raj, probably easiest: \version "2.22.0" \language english \header {   tagline = ##f } \score {   \new Staff \with { \omit TimeSignature

Re: Hide Notes but display Accidental

2022-11-18 Thread Rajesh Baskar
Thanks that worked like a charm. On 11/17/2022 11:02 PM, Rip _Mus wrote: \version "2.22.0" \include "english.ly " newHideNotes = { \override NoteHead.transparent = ##t \override NoteHead.no-ledgers = ##t %optional \override Stem.transparent = ##t } \header { tagline = "" } \

Re: Double lyrics in part of composition

2022-11-18 Thread Jogchum Reitsma
Hi David, How simple! That did the trick, many thanks! regards, Jogchum Op 18-11-2022 om 18:08 schreef David Wright: On Fri 18 Nov 2022 at 16:52:41 (+0100), Jogchum Reitsma wrote: With the help of Frescobaldi, I try to set du Prez' El Grillo. It has a two-verse piece in the middle, which I c

Re: Double lyrics in part of composition

2022-11-18 Thread David Wright
On Fri 18 Nov 2022 at 16:52:41 (+0100), Jogchum Reitsma wrote: > > With the help of Frescobaldi, I try to set du Prez' El Grillo. > > It has a two-verse piece in the middle, which I can't get right. > > Iǘe added the jpeg of the piece to be set in lilypond, and the > .ly-file create so far. > >

Re: Checkpoints (was re: Adding durations (for \after))

2022-11-18 Thread Mark Knoop
At 11:01 on 18 Nov 2022, Kieren MacMillan wrote: > Hi Jean, >> Well, it's not too hard to implement them. > In the hopes that it’s also not too hard for Super-Jean to implement > anchors… ;) > Is there a world in which one could write something like > global = { > \anchor #'intro > s1*8 >

Re: Checkpoints (was re: Adding durations (for \after))

2022-11-18 Thread David Kastrup
Kieren MacMillan writes: > Hi Jean, > >> Well, it's not too hard to implement them. > > In the hopes that it’s also not too hard for Super-Jean to implement anchors… > ;) > > Is there a world in which one could write something like > > global = { > \anchor #'intro > s1*8 > \anchor #'verse

Re: Checkpoints (was re: Adding durations (for \after))

2022-11-18 Thread Kieren MacMillan
Hi Jean, > Well, it's not too hard to implement them. In the hopes that it’s also not too hard for Super-Jean to implement anchors… ;) Is there a world in which one could write something like global = { \anchor #'intro s1*8 \anchor #'verse s1*8 \anchor #'chorus s1*8 } and then cho

Double lyrics in part of composition

2022-11-18 Thread Jogchum Reitsma
Hi, With the help of Frescobaldi, I try to set du Prez' El Grillo. It has a two-verse piece in the middle, which I can't get right. Iǘe added the jpeg of the piece to be set in lilypond, and the .ly-file create so far. Anyoane an idea how this might be coded in lilypond? Preferable without

Re: Checkpoints (was re: Adding durations (for \after))

2022-11-18 Thread Jean Abou Samra
Le 17/11/2022 à 17:50, Joel C. Salomon a écrit : Yes.  And I already have tags for MIDI vs print output, so I can give different checks for the version with unrolled repeats. A complication is that I've copied the piece so it produces scoreA, scoreB, scoreC, and a combined scoreABC, and it's o

Re: Getting grob Y position (spacing error)

2022-11-18 Thread Jean Abou Samra
Le 18/11/2022 à 00:29, Gregory Evans a écrit : Hi lilypond users, I have a question about getting the Y position of a grob. I saw this question has been asked previously but I could not find if it had been answered. In the following example, an after-line-breaking function is defined such tha