bug-lilypond
[Top][All Lists]
Advanced

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

Re: stem length with beaming?


From: Erik Sandberg
Subject: Re: stem length with beaming?
Date: Wed, 27 Apr 2005 01:38:08 +0200
User-agent: KMail/1.7.2

This bug is fixed in 2.5.21.

Erik

On Wednesday 19 January 2005 11.42, Erik Sandberg wrote:
> Thanks, added this bug to CVS as tremolo-stem-length-beamed.ly. The stems
> should automatically be long enough.
>
> The workaround you are looking for, is probably
>     \override Stem #'beamed-lengths = #'(20)
> The value of beamed-length is a list, so you could also do something like
> #'(5 6 7)
> to get different stem lengths for different beam multiplicities.
>
> Erik
>
> On Wednesday 19 January 2005 07.22, D Josiah Boothby wrote:
> > I'm trying to make a few beams longer than they normally would be
> > because I'm adding tremolo and the tremolo overlaps with the beam. Am I
> > misusing \override?
> >
> > \version "2.4.2"
> >
> > Notes = \relative c''' {
> >     \time 6/8
> >     \override Stem #'beamed-lengths = #20
> >     a,!8:128\mf^\markup{ \large\bold{Un peu lent} (\small{\note #"8"
> > #0.9 } = 66) }
> >     bes,!:128 as':128 g,!:128 cis:128 r
> >     \revert Stem #'beamed-lengths
> > }
> >
> > \score {
> >     \transpose f c' \Notes
> >
> >     \layout { raggedright = ##t }
> > }
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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