Originally created by: *anonymous
Originally created by: lemzw...@googlemail.com
As discussed in this thread
http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00741.html
it might be beneficial to add ornamentations with accidentals (e.g. a prall with a small sharp over it) for the following reasons.
. The definitions are non-trivial.
. They are quite frequent.
. They should be extended to work with articulate.ly, and as such the macro names need to be standardized.
David K. gave the following example (slightly improved by me) for a possible implementation.
prallSharp =
-\tweak text \markup {
\override #'(baseline-skip . 1.5)
\center-column {
\fontsize #-6 \sharp
\musicglyph #"scripts.prall" } }
-\tweak stencil #ly:text-interface::print
-\tweak X-offset #-0.17
\prall
Originally posted by: lemzw...@googlemail.com
BTW, it would also straightforward and simple to add composite glyphs to the Emmentaler font, in case this is a better solution.
Originally posted by: dak@gnu.org
I think this should definitely be addressed in concord with issue 3174 even though in a very literal sense the issues are not identical. But it does not make much sense to tackle one without the other.
Mergedinto: 3174
Status: Duplicate