lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolo on Percussion and Effect on Stem and Flag


From: Phil Holmes
Subject: Re: Tremolo on Percussion and Effect on Stem and Flag
Date: Sun, 4 Jul 2010 11:19:47 +0100

----- Original Message ----- From: "craigbakalian" <address@hidden>
To: <address@hidden>
Sent: Sunday, July 04, 2010 3:09 AM
Subject: Tremolo on Percussion and Effect on Stem and Flag


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]


The snippet you've posted isn't complete - it's missing a couple of closing braces and doesn't produce any output. Could you post a complete snippet that illustrates the problem in as little code as possible, please? See http://lilypond.org/website/tiny-examples.html for guidance.


--
Phil Holmes





reply via email to

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