lilypond-user
[Top][All Lists]
Advanced

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

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


From: David Kastrup
Subject: Re: setting baseline-skip "from this point on"
Date: Wed, 07 Jun 2017 18:44:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Kieren MacMillan <address@hidden> 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 the "current" markup?

{
  c1-\markup \column { a b c }
  \override TextScript.baseline-skip = #20
  c-\markup \column { a b c }
}
-- 
David Kastrup

reply via email to

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