lilypond-user
[Top][All Lists]
Advanced

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

Re: shorten/lengthen left/right stem of beamed eighth


From: Damian leGassick
Subject: Re: shorten/lengthen left/right stem of beamed eighth
Date: Tue, 18 Jan 2011 19:57:00 +0000

how about this

<<
 { d''2 }
 \\
 { \stemUp 
   \override Beam  #'positions = #'(-1 . 1)
   a8 a' s s }
 >>


Damian


On 17 Jan 2011, at 22:52, -Eluze wrote:

> 
> in this example there is a collision between th two first notes of both
> voices.
> 
> <<
>  { d''2 }
>  \\
>  { \stemUp a8 a' s s }
>>> 
> 
> how can i shorten the first stem of the 2nd voice without shortening the 2nd
> stem?
> 
> i tried lots of items dealing with stems and lengths or how to shorten them:
> 
> \override Stem #'(details beamed-lengths) = #'(2)  % from the snippet 
> http://lsr.dsi.unimi.it/LSR/Item?u=1&id=681
> http://lsr.dsi.unimi.it/LSR/Item?u=1&id=681 
> 
> \override Stem #'length-fraction = #0.16
> \override Stem #'details #'beamed-lengths = #'(.2)
> \override Stem #'beamed-stem-shorten = #'( .1)
> \override Stem #'length = #'.16
> 
> and i also added
> 
> \override Stem  #'no-stem-extend = ##t
> 
> but all unsatisfyingly - the best i could get is:
> 
> <<
>  {d''2}
>  \\
>  { \stemUp
>    \override Stem  #'no-stem-extend = ##t
>    \once \override Stem #'length-fraction = #0.16  b8[ a']
>  }
>>> 
> 
> but in the next measure i will have a cis'' which will obviously collide
> with the beam.
> 
> it seems that the stem cannot be forced to stop under the middle (b)
> staff-line.
> 
> any ideas?
> 
> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/shorten-lengthen-left-right-stem-of-beamed-eighth-tp30676236p30676236.html
> Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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