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
[EMAIL PROTECTED]
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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


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

Reply via email to