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: Thu, 13 Feb 2014 20:12:10 +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 the 'va' aligned to the top of the eight for different font sizes try:

\version "2.18.0"


testOttava = \markup \bold \concat {"8" \fontsize #-1.5 \translate-scaled #'(0 . 0.75) "va" }


\markup {\tiny \testOttava}

\markup {\teeny \testOttava}

\markup {\small \testOttava}

\markup {\normalsize \testOttava}

\markup {\large \testOttava}

\markup {\huge \testOttava}


Your code included in the attachment.

Greetings, Ed

Attachment: ottava.ly
Description: Text Data


reply via email to

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