lilypond-user
[Top][All Lists]
Advanced

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

distance between lines in custom markup


From: Adam Good
Subject: distance between lines in custom markup
Date: Wed, 12 Sep 2007 01:02:26 +0200

Hi everyone,

in the markup below, two lines of text will be printed in a column so, one on top of the other.

How can I decrease/increase the vspace between them?

Thanks all

Adam Good

%%%%%
custommark =
#(define-music-function (parser location marktext) (string?)
 (make-music 'TextScriptEvent
  'direction 1
  'text (markup #:column (#:line (#:small #:italic "Some Text")
#:small #:italic #:line (marktext)))))
%%%%%




reply via email to

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