lilypond-user
[Top][All Lists]
Advanced

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

RE: problem with 12/16 beaming


From: Trevor Daniels
Subject: RE: problem with 12/16 beaming
Date: Mon, 3 Dec 2007 10:23:32 -0000

> Stefan Thomas wrote on 03 December 2007 09:35
> 
> Hi together,
> I have a problem with auto beams in the 12/16 bar.
> I want beam the 16th in groups of three notes, 
> but it doesn't work in
> the below quoted file:
> 
> \relative c
> {
> \clef bass
> \time 12/16
>  #(override-auto-beam-setting '(end * * 12 16) 3 
> 16 'Score)
> c16 b c d c d g, a b c d e
> }
> 
> What's the mistake?

This may be what you're looking for:

\relative c
{
\clef bass
\time 12/16
 #(override-auto-beam-setting '(end * * 12 16) 3 16 'Score)
 #(override-auto-beam-setting '(end * * 12 16) 6 16 'Score)
 #(override-auto-beam-setting '(end * * 12 16) 9 16 'Score)
c16 b c d c d g, a b c d e
}

> Thanks for Your support.
> Stefan
>
Trevor D 
> 
> 
> _______________________________________________
> 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]