lilypond-user
[Top][All Lists]
Advanced

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

Re: stem length with beaming?


From: Aurèle Duda
Subject: Re: stem length with beaming?
Date: Wed, 19 Jan 2005 23:20:52 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

look at 
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond-internals/Stem.html#Stem
 :
beamed-lengths take a list, you should use something like :
\override Stem #'beamed-lengths =  #'(3.26 3.5 3.6)
and ajust values.

Regards, A.


D Josiah Boothby wrote:
I'm trying to make a few beams longer than they normally would be because I'm adding tremolo and the tremolo overlaps with the beam. Am I misusing \override?

\version "2.4.2"

Notes = \relative c''' {
   \time 6/8
   \override Stem #'beamed-lengths = #20
a,!8:128\mf^\markup{ \large\bold{Un peu lent} (\small{\note #"8" #0.9 } = 66) }
   bes,!:128 as':128 g,!:128 cis:128 r
   \revert Stem #'beamed-lengths
}

\score {
   \transpose f c' \Notes
      \layout { raggedright = ##t }
}

------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
Aurèle Duda
address@hidden




reply via email to

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