lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava


From: Ed Gordijn
Subject: Re: Ottava
Date: Fri, 14 Feb 2014 14:46:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi Joram,

Text positioning:
- \super does not look good, therefore \raise
- the raise value of 0.7 depends on the font, is there a way to align
   the top boundaries of the 8 and the va?

If you want it completely independent of the font I think you could use this:

 

\version "2.18.0"


#(define-markup-command (TopAlign layout props arg)

(markup?)

(let* ((mol (interpret-markup layout props arg)))

(ly:stencil-aligned-to mol Y 1)))


\markup \huge \bold \concat {\TopAlign 8 \TopAlign \tiny va}



Greetings, Ed

Attachment: ottava.ly
Description: Text Data


reply via email to

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