On 2018-09-12 6:24 am, Bernhard Kleine wrote:
In the attached foto you see the template. Using \breathe\fermata raises
the error:
F:/Meine Noten/EigeneNoten/test.ly:149:13: error: syntax error,
unexpected EVENT_IDENTIFIER
   \breathe
            \fermata

Hi Bernhard,

Would this work for you?

%%%%
\version "2.19.82"
breathe-fermata = { \once \override BreathingSign.text =
  \markup { \combine \raise #1 \musicglyph "scripts.ufermata"
    \musicglyph "scripts.rcomma" } \breathe }
<< { b'2. \breathe-fermata b'4 } >>
%%%%


-- Aaron Hill
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to