Hmm.
My answer to "how would we place the glyph at the correct vertical
position, above the barline?" is: i suppose that we're going to create
a \tickBreathe command; if so, i guess that defining it in this manner
tickBreathe = {
  \override BreathingSign #'outside-staff-priority = something
  \override BreathingSign #'staff-padding = something
  \override BreathingSign #'stencil = #(...)
  \breathe
}
should result in "tick breathe" appearing where we want it (i.e. i
hope that outside-staff-priority will result in placing this object
outside of the staff, and staff-padding will determine how far would
that be).

cheers,
Janek

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

Reply via email to