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: Noeck
Subject: Re: how to place fermata over \breathe?
Date: Sun, 17 Feb 2013 00:34:41 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Or, just as a slight variation: if you want to minimize the code needed
within the music, you can put the override in the command:

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

Cheers,
Joram



reply via email to

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