Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3122 by [email protected]: add ornamentations with accidentals
http://code.google.com/p/lilypond/issues/detail?id=3122

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



Reply via email to