lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4144 in lilypond: DrumStaff.drumStyleTable is not


From: lilypond
Subject: [Lilypond-auto] Issue 4144 in lilypond: DrumStaff.drumStyleTable is not applied to (acciaccatura) grace notes if they are the first notes in the score
Date: Tue, 30 Sep 2014 21:46:50 +0000

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

New issue 4144 by address@hidden: 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

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