lilypond-user
[Top][All Lists]
Advanced

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

Re: markup above or beside a fermata


From: Pierre Perol-Schneider
Subject: Re: markup above or beside a fermata
Date: Mon, 22 Dec 2014 12:40:55 +0100

Hi Jinsong,

how about :

\version "2.19.15"

{
  d'''1\fermata^"rit."
  d'''-\tweak script-priority 1 \fermata  ^"rit."
  d'''\fermata -\tweak X-offset 2.5  ^"rit."
  d'''-\tweak script-priority 1 \fermata 
  -\tweak extra-offset #'(2.5 . -3)  ^"rit."
}


Cheers,
Pierre

2014-12-22 9:56 GMT+01:00 Jinsong Zhao <address@hidden>:
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

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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