Hi Valentin,
amazing, thank you!
Lib
On Wed, 2 Aug 2023 at 11:03, Valentin Petzel wrote:
>
> My function takes an optional hook for inserting such overrides:
>
> \override TupletNumber.font-series = #'bold
>
> Or you can do a general override in a layout block:
>
> \override StandaloneRhythm.Tup
My function takes an optional hook for inserting such overrides:
\override TupletNumber.font-series = #'bold
Or you can do a general override in a layout block:
\override StandaloneRhythm.TupletNumber.font-series = #'bold
Cheers,
Valentin
Am Mittwoch, 2. August 2023, 08:04:31 CEST schrieb Lib
Hi Valentin
On Tue, 1 Aug 2023 at 16:08, Valentin Petzel wrote:
>
> Hi Lib,
>
> Am Dienstag, 1. August 2023, 11:21:31 CEST schrieb Lib Lists:
> > Hi Valentin,
> > I'm speechless, that's absolutely wonderful and useful, thank you so much!
>
> glad you like it
>
> > The only comment I have is that
Hi Lib,
Am Dienstag, 1. August 2023, 11:21:31 CEST schrieb Lib Lists:
> Hi Valentin,
> I'm speechless, that's absolutely wonderful and useful, thank you so much!
glad you like it
> The only comment I have is that the numbers and the ratio symbol are
> not Italic, but from your code I cannot unde
Hi Valentin,
I'm speechless, that's absolutely wonderful and useful, thank you so much!
The only comment I have is that the numbers and the ratio symbol are
not Italic, but from your code I cannot understand why.
Cheers,
Lib
On Sat, 29 Jul 2023 at 00:46, Valentin Petzel wrote:
>
> Hello Jean, H
Hello Jean, Hello Lib,
in fact rather than constructing a tuplet marking using markup we can directly
use a real tuplet number in the \rhythm markup:
\rhythm {
% Change padding of Tuplet to be relative to size of Number,
% so that distance to bracket does not depend on fontsize
\over
On Fri, 28 Jul 2023 at 14:50, Jean Abou Samra wrote:
>
> Le vendredi 28 juillet 2023 à 10:57 +0300, Lib Lists a écrit :
>
> The solution was to build the tuplet number text as a markup. I wonder if
> there is a way to specify the alignment of the tuplet number with the tuplet
> bracket instead o
Le vendredi 28 juillet 2023 à 10:57 +0300, Lib Lists a écrit :
> The solution was to build the tuplet number text as a markup.
> I wonder if there is a way to specify the alignment of the tuplet
> number with the tuplet bracket instead of specifying paddings and
> offsets as I did.
This already
The solution was to build the tuplet number text as a markup.
I wonder if there is a way to specify the alignment of the tuplet
number with the tuplet bracket instead of specifying paddings and
offsets as I did. Anyway this works well visually:
\version "2.25.5"
\new Staff
{
\relative c'
\rep
Hello,
I'm testing different ways to notate the top-staff rhythm in the
example below (a 25:16 tuplet over two bars, or a quintuplet built on
four notes of another quintuplet). I have a couple of problems:
1. I'd like to notate the first staff ratio as in the attached image,
but I have no idea how
10 matches
Mail list logo