I am working on a grob for section labels. I want to recommend that the user
encode the section name in title case (Coda), but I want LilyPond to render it
in all caps (CODA) by default.
Is there already a grob property to enable this transformation? I've hacked in
a callback that calls strin
Am Sonntag, dem 27.06.2021 um 20:11 +0200 schrieb Knut Petersen:
> Hi everybody!
>
> We have a stencil command 'char'. Normally grep is a good friend, but
> grepping for 'char' gives a looong list of possible matches even if you
> add some restrictions ;-))
>
> So I decided to try a brutal searc
On Sun, Jun 27, 2021 at 8:11 PM Knut Petersen wrote:
>
> Is the char stencil really an unused artifact that might be removed
looks like it.
--
Han-Wen Nienhuys - hanw...@gmail.com - http://www.xs4all.nl/~hanwen
Hi everybody!
We have a stencil command 'char'. Normally grep is a good friend, but grepping
for 'char' gives a looong list of possible matches even if you add some
restrictions ;-))
So I decided to try a brutal search method and changed the current definition
of 'char' to
(define (char f
Hi Han-Wen,
I agree. Creating a new backend is actually fairly simple. Just copy
framework-ps.scm to framework-cairo.scm. That should be enough to get
you support for -dbackend=cairo. If you want, you can also copy
output-ps.scm, but that's not strictly necessary (anything that
populates the dis
Benkő Pál writes:
> Jean Abou Samra ezt írta (időpont: 2021. jún.
> 24., Cs, 20:17):
>> I'll style \longa in bold too.
>
> \longa is a duration, like 2 in c2; on the other hand 3 in \repeat
> \unfold 3 or \time 3/4 is not a duration. now the 4 in \time 3/4 is
> arguably a duration, but...
No,
Jean Abou Samra ezt írta (időpont: 2021. jún.
24., Cs, 20:17):
> I'll style \longa in bold too.
\longa is a duration, like 2 in c2; on the other hand 3 in \repeat
\unfold 3 or \time 3/4 is not a duration. now the 4 in \time 3/4 is
arguably a duration, but...
p
Am Samstag, dem 26.06.2021 um 15:09 +0200 schrieb Jonas Hahnfeld via
Discussions on LilyPond development:
> Hi all,
>
> while colorizing the labels (let me know what you think of the first
> stage!), I noticed that there are some obsolete ones that should be
> deleted:
>
> * Task: I *think* this
On Sat, Jun 26, 2021 at 10:52 PM Jonas Hahnfeld via Discussions on
LilyPond development wrote:
>
> Am Samstag, dem 26.06.2021 um 19:43 + schrieb Werner LEMBERG:
> > > No, it's definitely too soon for a merge request. A few
> > > stencils->cairo procedures need to be added, a bit of error
> >