lilypond-user
[Top][All Lists]
Advanced

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

Re: \tiny font in define-markup-function applied to list


From: Paul Scott
Subject: Re: \tiny font in define-markup-function applied to list
Date: Wed, 16 Jan 2008 11:45:24 -0700
User-agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110)

Mats Bengtsson wrote:
Since you want it to apply to a horizontal line of markups, you have to use
the #:line markup command:
That works for me!  Thanks!

The documentation seems to imply that "(" in Scheme is equivalent to "{" in Lily for markup. I can use \tiny{ ... } in Lily but not #:tiny{ in Scheme.

Paul


#(define-markup-command (mm layout props notetype beats) (string? string?)
(interpret-markup layout props
 (markup
  #:tiny #:line ("(" #:raise 0.4 #:note notetype 1 "=" beats ")" ))
))

  /Mats





reply via email to

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