2013/2/17 Jay Hamilton <i...@soundand.com>:
> 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

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

Reply via email to