lilypond-user
[Top][All Lists]
Advanced

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

Re: Inverted-Stem Notes


From: Nick Payne
Subject: Re: Inverted-Stem Notes
Date: Sat, 25 Feb 2012 12:47:53 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 24/02/12 15:29, J Ruiz wrote:

Pls help typesetting command for these 19th cent notation: quarter-notes with reversed half-note heads.

This puts the noteheads and beam in the right place, but I haven't been able to figure out how to get the stems to go downwards - in fact, after the rotation of the noteheads you can see that there is a very short nib of stem projecting up from the right hand side of the noteheads:

\relative c'' {
    \override NoteHead  #'stencil = #ly:text-interface::print
    \override NoteHead #'text = #( markup #:musicglyph "noteheads.s1" )
    \override NoteHead #'rotation = #'(-60 0 0)
    \override Stem #'direction = #RIGHT
    \override Beam #'positions = #'(-2 . -3)
    e16[ c] e c
}

Attachment: test.preview.png
Description: PNG image


reply via email to

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