Remove volta bracket from Segno

2025-01-06 Thread Lucas Cavalcanti
Hello! I'm writing down the structure of the song "Stargazer" (by Rainbow) in lilypond and have encountered a situation due to the song's form of ABABCAE: A is the verse and refrain; B is a pivot or "a tiny bridge"; C is the interlude; and E is the coda/ending. I've managed to write down a function

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread Richard Shann
On Sun, 2025-01-05 at 17:25 -0500, Saul Tobin wrote: > Hm. This is *supposed* to be the situation where \override > DynamicText.X-align-on-main-noteheads = ##t (which is the default > actually) saves the day. And if the \sf is attached directly to the > chord, it does. But when it's in a different

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread Richard Shann
On Mon, 2025-01-06 at 05:44 -0500, Kieren MacMillan wrote: > Hi Richard, > > > the tweak needs to vanish when the part is being typeset, > > but I can cope with that ok. > > You know about the \tag system, yes? yes indeed - although it would be quite possible to insert tags via Denemo this was a

Re: White on black with whiteout

2025-01-06 Thread Lukas-Fabian Moser
Hi Simon, Am 06.01.25 um 21:46 schrieb Simon Albrecht: On 06.01.25 15:33, Lukas-Fabian Moser wrote: This is possible, but The issue of “de-whiting” everything that’s supposed to be white outside of whiteout immediately popped up when applying this to my example file for LSR… Let’s keep in

Re: White on black with whiteout

2025-01-06 Thread Simon Albrecht
Hi Lukas, thanks already for helping! On 06.01.25 15:33, Lukas-Fabian Moser wrote: This is possible, but The issue of “de-whiting” everything that’s supposed to be white outside of whiteout immediately popped up when applying this to my example file for LSR… Let’s keep in touch with regar

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread Richard Shann
On Sun, 2025-01-05 at 16:18 -0500, Kieren MacMillan wrote: > Hi Richard, > > Maybe just tweak it to the left a little…? Thank you - I'll use this as the starting point for a workaround - the tweak needs to vanish when the part is being typeset, but I can cope with that ok. Richard > > %%%  SNI

Re: Refering to multiple contexts in multiple sections.

2025-01-06 Thread Lukas-Fabian Moser
Hi Walt, Am 06.01.25 um 04:38 schrieb Walt North: I have a case where I will be printing out tablature for two guitarist that use different tunings. I will be reusing the same melody notes saved in variables and just need to supply different tunings and minimum frets for the different results.

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread David Kastrup
Richard Shann writes: > On Mon, 2025-01-06 at 05:44 -0500, Kieren MacMillan wrote: >> Hi Richard, >> >> > the tweak needs to vanish when the part is being typeset, >> > but I can cope with that ok. >> >> You know about the \tag system, yes? > > yes indeed - although it would be quite possible t

Re: White on black with whiteout

2025-01-06 Thread David Kastrup
Lukas-Fabian Moser writes: > Hi Simon, > > Am 06.01.25 um 14:40 schrieb Simon Albrecht: >> Hi Harm, hello list, >> >> unfortunately Yoshiaki-san’s “issue report” regarding whiteout has me >> coming back to you for help, since I don’t understand the mechanisms >> of your implementation well enough

Re: White on black with whiteout

2025-01-06 Thread Lukas-Fabian Moser
Hi Simon, Am 06.01.25 um 14:40 schrieb Simon Albrecht: Hi Harm, hello list, unfortunately Yoshiaki-san’s “issue report” regarding whiteout has me coming back to you for help, since I don’t understand the mechanisms of your implementation well enough to start addressing the issue myself. Are we

Re: White on black with whiteout

2025-01-06 Thread Lukas-Fabian Moser
I'm afraid so. Whiteout color white is hard-coded in scm/stencil.scm. This should be re-implemented using either a global variable for the background color or (much better) a paper variable. But I doubt whether paper variables can be used in general stencil routines, Why? Markup commands all get

Re: White on black with whiteout

2025-01-06 Thread David Kastrup
Lukas-Fabian Moser writes: >>> I'm afraid so. Whiteout color white is hard-coded in scm/stencil.scm. >>> This should be re-implemented using either a global variable for the >>> background color or (much better) a paper variable. But I doubt whether >>> paper variables can be used in general sten

Re: White on black with whiteout

2025-01-06 Thread Werner LEMBERG
> I'm afraid so. Whiteout color white is hard-coded in > scm/stencil.scm. Are you looking at the current development version? In the 'changes' document you can find the following: • A new grob property `whiteout-color` is available to set the color used for white-out operations. Similarly

Re: Refering to multiple contexts in multiple sections.

2025-01-06 Thread Walt North
Thank you.  I will try this.  It was for maintenance reasons I was avoiding the skip because I did not realize it could be used that way.  I thought it had to be a hard number and that would be a pain to maintain.  After reading your reply I looked at the documentation again and found this: W

Re: White on black with whiteout

2025-01-06 Thread Lukas-Fabian Moser
Maybe it would be possible to refine harm's function (which at the moment uses stencil-with-color, which simply puts a color-selection command in front of the stencil expression as far as I can see) so that it walks through the page stencil expression and turns any explicit "white" into the sel

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread Richard Shann
On Mon, 2025-01-06 at 13:33 +0100, David Kastrup wrote: > Richard Shann writes: > > > On Mon, 2025-01-06 at 05:44 -0500, Kieren MacMillan wrote: > > > Hi Richard, > > > > > > > the tweak needs to vanish when the part is being typeset, > > > > but I can cope with that ok. > > > > > > You know ab

Re: White on black with whiteout

2025-01-06 Thread Lukas-Fabian Moser
Am 06.01.25 um 15:23 schrieb Werner LEMBERG: I'm afraid so. Whiteout color white is hard-coded in scm/stencil.scm. Are you looking at the current development version? In the 'changes' document you can find the following: • A new grob property `whiteout-color` is available to set the color

Re: White on black with whiteout

2025-01-06 Thread Werner LEMBERG
> But I think this opens up a route via overriding the whiteout-color > grob property and maybe also a property-defaults entry. I suggest to file an issue, and you are more than welcome to also provide a merge request :-) Werner

Re: White on black with whiteout

2025-01-06 Thread Lukas-Fabian Moser
I'm afraid so. Whiteout color white is hard-coded in scm/stencil.scm. This should be re-implemented using either a global variable for the background color or (much better) a paper variable. But I doubt whether paper variables can be used in general stencil routines, Why? Markup commands all get

Re: Refering to multiple contexts in multiple sections.

2025-01-06 Thread David Kastrup
Walt North writes: > Thank you.  I will try this.  It was for maintenance reasons I was > avoiding the skip because I did not realize it could be used that > way.  I thought it had to be a hard number and that would be a pain to > maintain.  After reading your reply I looked at the documentation

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread Kieren MacMillan
Hi Richard, > the tweak needs to vanish when the part is being typeset, > but I can cope with that ok. You know about the \tag system, yes? Cheers, Kieren. __ My work day may look different than your work day. Please do not feel obligated to read or

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-06 Thread Kieren MacMillan
Hi David, > Date: Sat Aug 30 21:35:56 2003 + >* scm/music-functions.scm (remove-tag): filter \tagged music >expressions. > >* input/regression/tag-filter.ly (texidoc): new file. > >* lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1 >symbol2 .. ) etc. >

White on black with whiteout

2025-01-06 Thread Simon Albrecht
encil print-color)) pages))) } \layout { } \markup { Here’s an example of \override #'(color . "green") \whiteout \line { whiteout in markup. } } { \override Staff.TimeSignature.whiteout = ##t 1 } \addlyrics { test } test-whiteonblack-20250106-whiteout.pdf Description: Adobe PDF document