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 "|"
} }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user