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
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
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
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
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
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
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.
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
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
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
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
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
> 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
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
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
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
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
> 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
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
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
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
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.
>
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
23 matches
Mail list logo