Re: setting baseline-skip "from this point on"

2017-06-07 Thread Kieren MacMillan
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread Simon Albrecht
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread Kieren MacMillan
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread David Kastrup
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread Kieren MacMillan
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread Kieren MacMillan
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread David Kastrup
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

Re: setting baseline-skip "from this point on"

2017-06-07 Thread David Kastrup
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

setting baseline-skip "from this point on"

2017-06-07 Thread Kieren MacMillan
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. _