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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user