|
From: | Christophe Pochon |
Subject: | Re: Fermata sur respiration |
Date: | Sat, 28 Jan 2017 13:27:43 +0100 |
\once \override BreathingSign.text = \markup {
\column {
\translate #'(0 . 1)
\musicglyph #"scripts.ufermata"
\translate #'(-.3 . 2.6)
\musicglyph #"scripts.rcomma"
}}
Le 28/01/2017 à 12:51, Christophe Pochon a écrit :
Ça s'approche, mais j'aimerais que le point d'orgue soit vraiment sur le
signe de respiration et pas à côté.
C'est géré par la ligne \translate #'(0.155 . 0).
Essaye simplement
\override BreathingSign.text = \markup {
\override #'(direction . 1)
\override #'(baseline-skip . 1.8)
\dir-column {
%\translate #'(0.155 . 0)
\center-align \musicglyph #"scripts.rcomma"
\center-align \musicglyph #"scripts.ufermata"
}
}
\breathe c4
% set the breathe mark back to normal
\revert BreathingSign.text
@+
Jean-Charles
[Prev in Thread] | Current Thread | [Next in Thread] |