lilypond-user
[Top][All Lists]
Advanced

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

Tremolo on Percussion and Effect on Stem and Flag


From: craigbakalian
Subject: Tremolo on Percussion and Effect on Stem and Flag
Date: Sat, 03 Jul 2010 22:09:32 -0400

Hi all,

Below is a snippet of ly code.  The last line has an effect that I don't
want.  In the line sn8.:32[ sn32 sn32] the :32 is pushing the stem up
higher than the stem of the sn32 sn32] putting the flag on an angle -
making it look unusual.  Or is the standard typesetting practice? 

Is there a way to lower the height of the sn8.: so the flag is not on a
angle?

PercussionThreeMovementThree = 
{
  \set Staff.instrumentName = "Percussion "
  \set Score.skipBars = ##t
  \tempo "Slow" 4 = 76
  \time 2/4
  #(define mydrums '((sn default #f  0)))
  \override Staff.StaffSymbol #'line-positions = #'( 0 )
  \override Staff.BarLine #'bar-size = #3
  \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
  \stemUp
  \drummode
  {
     sn16[ ^"Snare Drum" sn sn sn] sn[ sn sn sn32 sn32]
     sn16[ sn sn sn] sn[ sn sn sn32 sn32]
     sn16[ sn sn sn32 sn32] sn16[ sn sn sn32 sn32]
     sn16[ sn] r8 sn8.:32[ sn32 sn32]

        

Craig Bakalian
560 Keswick Drive
Yardley, PA 19067
215-428-0856




reply via email to

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