lilypond-user
[Top][All Lists]
Advanced

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

Re: Stem beamed-lengths ?


From: Steve Shorter
Subject: Re: Stem beamed-lengths ?
Date: Sun, 25 Jul 2004 10:30:01 -0400
User-agent: Mutt/1.4i

On Sat, Jul 24, 2004 at 10:43:21PM +0200, Han-Wen Nienhuys wrote:
> 
> address@hidden writes:
> > Howdy!
> > 
> >     I have some collisions between a beame inner voice and an outer voice
> > and I need to shorten the stems of notes in the beam. I tried stuff like
> > 
> > \override Stem #'beamed-lengths = #'(1.0 1.0 1.0)
> > 
> >     but it doesn't see to do anything.
> 
> 
> interesting! Can you post a short example of your problem, with the
> tweak you tried?

        There is a collision in the secound bar between the secound and
third voices. Changing the values in 

        \override Stem #'beamed-lengths = #'(1.0 1.0 1.0)

        has no effect. version 2.2.2 on debian.


\header {
}

one =   \context Voice=one \notes \relative c'' {
        \voiceOne
        \key d\major
        \stemUp
        e8 s <a fis> <a fis> |
        <a fis>8.. <g e >32 <fis d>8 <e cis> |
        d8 d'4 cis16 b |
}

two =   \context Voice=two \notes \relative c'' {
        \voiceTwo
        \stemDown
        s2 |
        \override Stem #'beamed-lengths = #'(1.0 1.0 1.0)
        a8.. g32 fis16 a g\rest g |
}

three = \context Voice=three \notes \relative c'' {
        \voiceThree
        \stemDown
        cis8 cis8\rest a a |
        r16 d,,[ fis a] d8 ais |
        <b' fis b,>8 g8\rest <f' d gis,>4 |
}

\score { 
        \notes { \time 2/4 \clef treble 
                \context Staff <<
                         \one
                         \two
                         \three
                >>
        }
}





reply via email to

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