bug-lilypond
[Top][All Lists]
Advanced

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

Re: DrumStaff.drumStyleTable is not applied to (acciaccatura) grace note


From: James
Subject: Re: DrumStaff.drumStyleTable is not applied to (acciaccatura) grace notes
Date: Tue, 30 Sep 2014 21:50:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

On 29/09/14 20:36, Stu McKenzie wrote:
> \version "2.18.0"
> 
> % DrumStaff.drumStyleTable is not applied to
> % (acciaccatura) grace notes if the grace notes
> % are the first notes in a score.
> %
> % Also, the stem direction of the first grace notes
> % does not comply with the "voiceOne" direction
> % This can be forced to comply by adding "\stemDown".
>  
> #(define mydrums '(
>   (hihat cross #f 5)
> ))
> 
> CymbalsA = \drummode {
> % \stemDown   % force stem direction
> % These grace notes are placed in the default position
>   \acciaccatura { hh16[ hh] } hh8
> % These grace notes are placed in the new style's position
>   \acciaccatura { hh16[ hh] } hh8
>   r4 r2
> }
> 
> \score {
>   \new DrumStaff <<
>     \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
>     \new DrumVoice { \voiceOne \CymbalsA }
>   >>
> }  % end of score

in latest (2.19.15) this doesn't seem to be the case

See attached

I haven't checked latest stable (2.18.2) though. So if you are using
2.18.0, upgrade to 2.18.2 and see if it is there.

Otherwise you can download the latest unstable from here

http://lilypond.org/development.html



James

Attachment: Screenshot.png
Description: PNG image


reply via email to

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