Hi,

I am typesetting a harpsichord score where 3 distinct voices are
placed on the upper staff. Pictures are joined showing that
part. I have to take into account several problems for the middle
voice :
 - unbeamed stem length;
 - beamed stem length;
 - note head shift;
 - tie direction and position.

My question for the moment is: how to shorten beamed stems? I played
with \property Voice.Stem \set #'beamed-lengths = #...
     \property Voice.Beam \set #'beamed-stem-shorten = #...
     \property Voice.Beam \set #'shorten = #...
and others, without success.

I cannot find in the mail archive an accurate answer for LilyPond
2.0. I use LilyPond 2.0.1 on Debian GNU/Linux.

Best regards,
Nicolas

\include "paper20.ly"

\score {
    \context Staff <<
        \notes { \clef alto \time 2/2 \key f \major }
        \context Voice = un { 
            \notes { b4^\prall \voiceOne g' ~ g'4 f' ~ 
                     f'4 e' ~ e'4 d' ~ 
                     d' c' ~ c'2 } }
        \context Voice = deux { 
            \notes { s4 \voiceOne b8\rest c'8 ~ c'4 ~ c'8 b ~ 
                     b4 ~ b8 a ~ a4 ~ a8 g ~ 
                     g4. g8 ~ \voiceTwo g a ~ a g } }
        \context Voice = trois { 
            \notes { s4 \voiceTwo s4 c'8 a ~ a4 ~ 
                     a8 g ~ g4 ~ g8 f ~ f4 ~ 
                     f8 e ~ e4 } } >>
    \paper { raggedright = ##t}
}

<<attachment: mess.png>>

<<attachment: orig.png>>

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

Reply via email to