lilypond-user
[Top][All Lists]
Advanced

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

can the leading \markup command be eliminated in a new markup command?


From: Kieren MacMillan
Subject: can the leading \markup command be eliminated in a new markup command?
Date: Mon, 12 Mar 2018 23:31:19 -0400

Hi all,

Sorry if this is a silly question… but can this function be modified such that 
the user can use

    { c''^\cue #"This is the cue." }

instead of

    { c''^\markup \cue #"This is the cue." }

??

Thanks,
Kieren.

%%%  SNIPPET BEGINS
\version "2.19.80"

#(define-markup-command (cue layout props text)
   (markup?)
   (interpret-markup layout props
     (markup #:bold text)))

{ c''^\markup \cue #"This is the cue." }
%%%  SNIPPET ENDS
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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