Kieren MacMillan <kieren_macmil...@sympatico.ca> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to