Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4144 by [email protected]: DrumStaff.drumStyleTable is not applied to (acciaccatura) grace notes if they are the first notes in the score
https://code.google.com/p/lilypond/issues/detail?id=4144

\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



Attachments:
        Screenshot.png  4.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to