lilypond-user
[Top][All Lists]
Advanced

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

markup above or beside a fermata


From: Jinsong Zhao
Subject: markup above or beside a fermata
Date: Mon, 22 Dec 2014 00:56:44 -0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi there,

In the following snippet, I want to typeset a markup above or beside a fermata. However, I am not lucky enough.

There's a very tiny space between the second fermata and the note d'''2. It seems that the space can't be removed, and this also causes the tiny vertical space in the forth note.

The outside-staff-priority can't move the "rit." to the above of the third note.

\version "2.19.15"
{
  d'''2.\fermata d'''2.\fermata^\markup{}
  \once \override TextScript #'outside-staff-priority = #5000
d'''2.\fermata^"rit." d'''2.\fermata^\markup{\null \translate #'(2 . 0 ) "rit."}
}

Any suggestions? Thanks in advance.

Best,
Jinsong



reply via email to

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