Hi Simon,
> You mean one command for use in markup and music? That’s not possible,
> because markup commands have a different namespace in that \huge is
> translated to #:huge in the Scheme ‘markup’ macro, which is then translated
> to make-huge-markup. (Which is also why define-markup-command
On 07.06.2017 19:44, Kieren MacMillan wrote:
Is it*really* not possible to have just one "huge" command, which is used wherever
"\huge" makes sense?
You mean one command for use in markup and music? That’s not possible,
because markup commands have a different namespace in that \huge is
tra
Hi David,
> This isn't the \huge you are using in markups.
Oy.
1. Thanks for clearing that up. I'll see where that leads me.
2. Is it *really* not possible to have just one "huge" command, which is used
wherever "\huge" makes sense? In the 20 years I've programmed (in different
languages and
Kieren MacMillan writes:
> Hi David,
>
> The docs (1.8.2 Formatting text) say
>
>>> Known issues and warnings
>>> Using the font sizing commands \teeny, \tiny, \small, \normalsize,
>>> \large, and \huge will lead to inconsistent line spacing compared
>>> to using \fontsize.
>
>
> I'm trying to ge
Hi David,
Thanks for the quick response.
>> Is there an equivalent command for baseline-skip?
>> I know about \override #'(baseline-skip . 13), but I believe that's
>> only for overriding the "current" markup?
>
> {
> c1-\markup \column { a b c }
> \override TextScript.baseline-skip = #20
> c
Hi David,
The docs (1.8.2 Formatting text) say
>> Known issues and warnings
>> Using the font sizing commands \teeny, \tiny, \small, \normalsize, \large,
>> and \huge will lead to inconsistent line spacing compared to using \fontsize.
I'm trying to get my head around the various situations and
Kieren MacMillan writes:
> Hi David,
>
> Thanks for the quick response.
>
>>> Is there an equivalent command for baseline-skip?
>>> I know about \override #'(baseline-skip . 13), but I believe that's
>>> only for overriding the "current" markup?
>>
>> {
>> c1-\markup \column { a b c }
>> \over
Kieren MacMillan writes:
> Hello all,
>
> If I want to change the font size of all markup "from this point on", I can
> use
>
>\set fontSize = #5
>
> Is there an equivalent command for baseline-skip?
> I know about \override #'(baseline-skip . 13), but I believe that's
> only for overriding
Hello all,
If I want to change the font size of all markup "from this point on", I can use
\set fontSize = #5
Is there an equivalent command for baseline-skip?
I know about \override #'(baseline-skip . 13), but I believe that's only for
overriding the "current" markup?
Thanks,
Kieren.
_