lilypond-user
[Top][All Lists]
Advanced

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

Re: Requesting an addition


From: Nick Payne
Subject: Re: Requesting an addition
Date: Wed, 23 Jan 2013 09:12:54 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 23/01/13 07:29, Nick Payne wrote:
On 23/01/13 07:04, Michael Rivers wrote:
I'll insert a scan of the "Haydn ornament" from the preface that Alfred
includes in its editions of Haydn keyboard works. It looks pretty good to
me.

<http://lilypond.1069038.n5.nabble.com/file/n139974/Haydn_ornament.jpg>
A slight adaptation of what was suggested in 2009 gets pretty close. Unlike a normal turn, you have to use ^ (or _) before \

\version "2.17.9"

haydnturn = \markup { \halign #-0.6 {
  \combine
    \vcenter \center-align \musicglyph #"scripts.reverseturn"
    \vcenter \center-align \fontsize #3.5 "|"
} }

\relative c' {
  \stemUp c4\reverseturn c'\reverseturn c,^\haydnturn c'^\haydnturn
}

Actually, the graphic you linked to above shows a slashed turn, not a slashed reverse turn:

haydnturn = \markup { \halign #-0.6 {
  \combine
    \vcenter \center-align \musicglyph #"scripts.turn"
    \vcenter \center-align \fontsize #3.5 "|"
} }




reply via email to

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