lilypond-user
[Top][All Lists]
Advanced

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

beamed-stem-shorten


From: David Raleigh Arnold
Subject: beamed-stem-shorten
Date: Wed, 2 Jun 2010 22:01:06 -0400
User-agent: KMail/1.13.3 (Linux/2.6.32-4-686-bigmem; KDE/4.4.3; i686; ; )

% I need to shorten some beams.
% beamed-stem-shorten doesn't seem to work
% at all: TIA daveA

\version "2.12.3"

\score {
\new Staff {
\clef "G_8"
\time 3/4 
\key e \minor
\stemDown
\times 2/3 { \override Stem #'(beamed-stem-shorten) = #'( 2.0 ) 
g'8[ e' b] }
\times 2/3 {g'[ e' b] }
\times 2/3 {g'[ e' b] }

\times 2/3 { \revert Stem #'(beamed-stem-shorten) 
g'8[ e' b] }
\times 2/3 {g'[ e' b] }
\times 2/3 {g'[ e' b] }

\time 4/4
\override Stem #'(beamed-stem-shorten) = #'( 1.0 )
g'8[ e' b' e'] 
\revert Stem #'(beamed-stem-shorten)
g'8[ e' b' e']
           }
       }
%--------------------------------------



reply via email to

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