lilypond-user
[Top][All Lists]
Advanced

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

Re: Need a new articulation glyph...


From: George_
Subject: Re: Need a new articulation glyph...
Date: Sat, 10 Dec 2011 09:56:53 -0800 (PST)

The snippet that David linked to was too complicated for me to edit
effectively, so what I've done as a temporary solution is I've combined a
couple other snippets and used the mensural custos as a fill-in glyph:

http://lsr.dsi.unimi.it/LSR/Item?id=4
http://lsr.dsi.unimi.it/LSR/Item?id=378

to make this:

dwn =
#(define-music-function (parser location note)   (ly:music?)
 #{ \once \override Voice.Accidental #'stencil =
          #ly:text-interface::print
          \once \override Staff.AccidentalPlacement #'right-padding = #2
        \once \override Voice.Accidental #'text =
          \markup {\halign #-1 \musicglyph #"custodes.mensural.u0"
       }
        $note #})

\dwn g!

Only...I can't figure out how to make it move up or down. If someone could
help me with this I'd really appreciate it.

Thanks

George

David Nalesnik-2 wrote:
> 
> Hi George,
> 
>>
>>
>>> I'd appreciate some feedback on how to implement a new ornament:
>>>
>>> http://old.nabble.com/file/**p32910828/Untitled.png<http://old.nabble.com/file/p32910828/Untitled.png>
>>>
>>> It's a Bach ornament known as a slide, and is normally played by playing
>>> the
>>> 2 consecutive notes below and leading up to the ornamented note. So for
>>> the
>>> given example, you would play "e32 fis g8". I can think of a couple of
>>> potential ways this could be written out:
>>>
>>> 1) Pray and hope that somebody here had this need and have somehow
>>> solved
>>> it
>>> already
>>>
>>
> Here's a snippet from the LSR which you might find helpful:
> 
>  http://lsr.dsi.unimi.it/LSR/Item?id=720
> 
> Also see this discussion:
> 
> http://www.mail-archive.com/address@hidden/msg64645.html
> 
> HTH,
> David
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 



-- 
View this message in context: 
http://old.nabble.com/Need-a-new-articulation-glyph...-tp32910828p32952014.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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