lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3122 in lilypond: add ornamentations with accident


From: lilypond
Subject: [Lilypond-auto] Issue 3122 in lilypond: add ornamentations with accidentals
Date: Sun, 20 Jan 2013 10:36:39 +0000

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

New issue 3122 by address@hidden: 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

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