On Wednesday 02 June 2010 22:01:06 David Raleigh Arnold wrote:
> % I need to shorten some beams.
> % beamed-stem-shorten doesn't seem to work
> % at all: TIA daveA
> 
> \version "2.12.3"

% I need to shorten some stems, (oops-- not beams.)
% beamed-stem-shorten doesn't seem to work
% even with latest development download:
% tia daveA

\version "2.13.22"

\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']
           }
       }

-- 
For beginners: very easy guitar music, solos, duets, exercises. Early
intermediate guitar solos. One best scale set for all guitarists.
http://www.openguitar.com/scalescomparison.html ::: plus new and
better chord and arpeggio exercises.  http://www.openguitar.com 

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

Reply via email to