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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to