lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adds tick mark to scripts (issue 6568055)


From: Janek Warchoł
Subject: Re: Adds tick mark to scripts (issue 6568055)
Date: Sat, 29 Sep 2012 19:25:40 +0200

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



reply via email to

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