lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feature requests: scalable \shape values; (stem) for \shapeII


From: Jean Abou Samra
Subject: Re: feature requests: scalable \shape values; (stem) for \shapeII
Date: Wed, 7 Oct 2020 19:50:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0


Le 07/10/2020 à 18:58, Martín Rincón Botero a écrit :
Hello Jean,

thanks for further exploring the first request. In my experience with Lilypond 2.20 \shape doesn’t scale with set-global-staff-size either. I’m already kinda “used” to writing smaller values —my primitive math only cooperated with me today to figure that I can use fractions to easily scale numbers when I use a smaller font (with set or magnify), but I realized it’s not only cumbersome but also a great property like the (head) mode in \shapeII can’t take advantage of proper scaling to do its job well, which is a pity. With ‘set’ it might also be that it works sometimes and sometimes not. I’m pretty sure it doesn’t reliably scale anyways.

Thank you for opening that issue!

Could you show an example? The images were created using LilyPond 2.19.83 on the following examples:

\version "2.19.83"
{ c'1-\shape #'((0 . 0) (0 . 10) (0 . -10) (0 . 0)) ~ c' }



\version "2.19.83"
#(set-global-staff-size 10)
{ c'1-\shape #'((0 . 0) (0 . 10) (0 . -10) (0 . 0)) ~ c' }



As you can see, the tie does scale properly, compared to the use of layout-set-staff-size:

The same happens with a recent build.

Best,
Jean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]