lilypond-user
[Top][All Lists]
Advanced

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

Re: stem length tweak


From: Mats Bengtsson
Subject: Re: stem length tweak
Date: Thu, 16 Sep 2004 19:12:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

Take a look at the properties beamed-lengths and
beamed-minimum-free-length of the Stem object.

   /Mats

David Bobroff wrote:
In the following example I would like to shorten the stems of beat three
so that the beam is at the same height as beats 2 and 4.  As it stands
now, it interferes visually with the whole rest (the notes are cue
notes).  I've looked but have failed to find the answer.

-David

\version "2.3.17"

cue = { \set fontSize = #-3
    \override Stem  #'length = #4.5
    \override Beam  #'thickness = #0.384
    \override Beam  #'space-function =
    #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
}

euc = {
    \set fontSize = #0
    \revert Stem #'length
    \revert Beam #'thickness
    \revert Beam #'space-function
}

cues = \context Voice \relative c'' {
    <<
        {
            \cue
            \clef G
            \stemDown
            r16 d' es f cis es, c' e, b' c, bes' cis, a' d, as' es

        }
        \\
        {
           R1
        }
    >>
    \euc
    \clef F
}

\score{
\cues
}



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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