On 2022-11-21 9:26 pm, Werner LEMBERG wrote:
!1734 Resurrect banana commas - Werner Lemberg
https://gitlab.com/lilypond/lilypond/-/merge_requests/1734
Heh, "banana". But seriously, many thanks for the quick fix,
Werner!
:-) Someone on the list (or in a MR/bug issue) used this word for the
shape, IIRC, and I found it catchy.
%%%%
\version "2.22.0"
\layout {
\override BreathingSign.color = #'(0.83 0.67 0.29)
\override BreathingSign.text =
\markup \lower #0.5 \scale #'(-1 . 1)
\rotate #-30 🍌
}
{ b'4 4 \breathe 2 }
%%%%
(Sadly, emoji shapes are not standardized, so the code above would not
be portable.)
-- Aaron Hill