On Thu, Feb 12, 2015 at 9:25 PM, H. S. Teoh <hst...@quickfur.ath.cx> wrote:

> I've tried various ways of doing this -- putting the commands in a
> variable, using various Scheme make-script / make-music constructs,
> etc., but lilypond keeps coming back with error messages. What's the
> correct syntax for doing this?
>

How about:

\version "2.18.2"

rall =
\tweak bound-details.left.text "rall."
\tweak direction #DOWN
\startTextSpan

stopRall = \stopTextSpan

\relative {
  a b c\rall d d c b a\stopRall
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to