lilypond-user
[Top][All Lists]
Advanced

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

Markup in a variable


From: Mark Probert
Subject: Markup in a variable
Date: Thu, 29 Apr 2021 15:43:02 +1000

Hi, all.

I'm getting myself confused. I have an include file -- foo.ily -- and I 
want to define different instrument names for later use, like

 altoSax = { \markup { \fontsize #-2 {
  Alto Saxophone \concat { E { \raise #0.5 \teeny \flat }}}}}
 tenorSax = { \markup { \fontsize #-2 {
  Tenor Saxophone \concat { B { \raise #0.5 \teeny \flat }}}}}

but when I do this I get an error "markup outside of text script or 
\lyricmode."

What is the correct way to do this kind of thing?

TIA 
 .. mark.



reply via email to

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