lilypond-user
[Top][All Lists]
Advanced

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

Re: Inverted-Stem Notes


From: J Ruiz
Subject: Re: Inverted-Stem Notes
Date: Fri, 2 Mar 2012 00:14:50 -0800 (PST)


From: Shane Brandes
Date: Sat, 25 Feb 2012 00:02:54 -0500
>

>
>Thanks to Nick here is something that works correctly under 2.12.3,
>sorry I haven't anything higher to test it under.
>
>  \override NoteHead #'rotation = #'(-60 0 0)
>  \override NoteHead #'text = #( markup #:musicglyph "noteheads.s1" )
>  \override NoteHead #'X-offset = #-1.24 \repeat tremolo 4 { e16[ c16]}
>  \repeat tremolo 4{  e16[ c16]}
>
>
>Shane

>On Fri, Feb 24, 2012 at 8:47 PM, Nick Payne <address@hidden> wrote:
>> 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
> }
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

Thanks All for the support.
This solution works as advertised in v2.14.2.
I was able to make minor adjustments to head rotation angle and beam offset to my liking.
Indeed this is a repeat notation...my apologies for not including this info in the OP.
 
Javier Ruiz-Alma

reply via email to

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