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

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

Re: Fermata sur respiration


From: Jean-Charles Malahieude
Subject: Re: Fermata sur respiration
Date: Sat, 28 Jan 2017 13:09:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

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]