lilypond-user
[Top][All Lists]
Advanced

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

Re: Superscript in \markup environment


From: Noeck
Subject: Re: Superscript in \markup environment
Date: Fri, 5 Feb 2016 20:25:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Dear Robert,

your example could be much more minimal without the music and just with
a markup command. What you are looking for is \super but you also need
\concat to avoid space between the '5' and the 'ths' or a full stop. So
this could help you:

\markup \line {
  "Sometimes hidden parallel"
  \concat { "5" \super "ths" }
  "can be tolerated. The same goes for parallel"
  \concat { "8" \raise #-0.7 \super "ves" "." }
}

For my eyes, the vertical position is too high, so I lowered the 'ves'
by 0.7 units, you can also use that for the 'ths'.

Cheers,
Joram




reply via email to

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