lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Fermata sur respiration


From: Christophe Pochon
Subject: Re: Fermata sur respiration
Date: Sat, 28 Jan 2017 13:27:43 +0100

J'ai obtenu ce que je voulais ainsi :

\once \override BreathingSign.text = \markup {

\column {

\translate #'(0 . 1)

\musicglyph #"scripts.ufermata"

\translate #'(-.3 . 2.6)

\musicglyph #"scripts.rcomma"

}}



Le 28 janvier 2017 à 13:09, Jean-Charles Malahieude <address@hidden> a écrit :
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



reply via email to

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