denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] how do I produce this ornament


From: Bric
Subject: Re: [Denemo-devel] how do I produce this ornament
Date: Sat, 09 Jan 2016 16:20:24 -0500
User-agent: PlutoMail 2.0

On 01/01/2016 07:33 AM, Richard Shann wrote:
On Fri, 2016-01-01 at 07:23 -0500, Bric wrote:
Not exactly sure if this would be called a glissando or some type of
chromatic (downward) run, but I can't find the ornament or symbol in the
menus.
You will need to create your own EPS graphic for this - you can do this
entirely in Denemo (it comes packaged with Inkscape) - and then define
it as a custom ornament (attached to a note) or use
Directives->Markings->Insert Graphic. The choice will affect how/if
LilyPond provides space for it.

Richard


In case anyone else searches here (but not lilypond): here's a lilypond code bit to produce something pretty darn similar, if not identical:

\transpose c c'' {
  s2. r4 |
  dis8
  ^\markup {
    \translate #'(-5 . 0)
    \rotate #-45
    \pattern #4 #X #0 \musicglyph #"scripts.trill_element"

  }
  e gis b
}





reply via email to

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