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: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to