lilypond-user
[Top][All Lists]
Advanced

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

Re: how to place fermata over \breathe?


From: Thomas Morley
Subject: Re: how to place fermata over \breathe?
Date: Sun, 17 Feb 2013 16:17:19 +0100

2013/2/17 Jay Hamilton <address@hidden>:
> Alas none of the proposed solutions work
> version 2.16.1
> here's the logs

Hi Jay,

all proposals are working - with 2.17

Please, _*always*_ mention your version!!

For 2.16. use:

breatheFermataE = \markup {
  \combine
  \musicglyph #"scripts.rcomma"
  \raise #1
  \musicglyph #"scripts.ufermata"
}
\relative {
  c c \once \override BreathingSign #'text = \markup \breatheFermataE \breathe
  c c
}


breatheFermataN = {
  \once \override BreathingSign #'text = \markup {
    \combine
    \musicglyph #"scripts.rcomma"
    \raise #1
    \musicglyph #"scripts.ufermata"
  }
  \breathe
}
\relative c' {
  c c \breatheFermataN
  c c
}


-Harm



reply via email to

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