lilypond-user
[Top][All Lists]
Advanced

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

Re: subdivision of beams in 5/16 bar


From: Hans Aberg
Subject: Re: subdivision of beams in 5/16 bar
Date: Sat, 31 Dec 2011 10:28:27 +0100

You did not have the cc on this mail either, so others do not know that you 
consider the issue solved.

Hans


On 31 Dec 2011, at 10:24, Stefan Thomas wrote:

> Dear Hans,
> thanks, it works fine now!
> Sorry for not having included the copy in my answer, I thought I did.
> Best wishes to the new Year to all lilypond users, especially to all, who 
> helped to develop this great piece of software!
> 
> 2011/12/30 Hans Aberg <address@hidden>
> [Please keep the cc to the list, so that others can follow the issue.]
> 
> On 30 Dec 2011, at 21:34, Stefan Thomas wrote:
> 
> > Dear Hans,
> > thanks for Your reply, but it was a misunderstanding.
> > I know how to beam in 2+3 in 5/16 bar, but I would like to know if I can 
> > make subbeams, grouped in 2+3.
> > With Your code it doesn't work for me, at least with version 2.14.2
> 
> No, I think that is a current shortcoming on the meter level. One can specify 
> each subbeaming as follows:
> 
> motif = \relative c' { c16[
>  \set stemLeftBeamCount = #2
>  \set stemRightBeamCount = #1
>  d
>  \set stemLeftBeamCount = #1
>  \set stemRightBeamCount = #2
>  e
>  \set stemLeftBeamCount = #2
>  f g]
> }
> 
> One can also use
>  \set baseMoment = #(ly:make-moment 2 16)
> but it breaks the subbeams at every multiple of 2/16.
> 
> Hans
> 
> 
> 
> 




reply via email to

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