Kieren MacMillan <kieren_macmil...@sympatico.ca> writes:

> 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." }
>

%%%  SNIPPET BEGINS
\version "2.19.80"

cue =
#(define-event-function (text) (markup?)
  #{ ^\markup \bold #text #})

{ c''\cue "This is the cue." }
%%%  SNIPPET ENDS

If you don't want to bake the direction in, use - instead of ^ .

-- 
David Kastrup

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

Reply via email to