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: Hans Aberg
Subject: Re: problem with 12/16 beaming
Date: Mon, 3 Dec 2007 15:15:55 +0100

On 3 Dec 2007, at 11:23, Trevor Daniels wrote:

\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
}

Here is a variation I use for a Macedonian meter, which shows how to do subbeaming:
\relative c
{
\clef bass
\time 12/16
  \set beatGrouping = #'(3 2 2 3 2)
  \set subdivideBeams = ##t
  #(override-auto-beam-setting '(end * * 12 16) 3 16)
  #(override-auto-beam-setting '(end * * 12 16) 7 16)
  #(override-auto-beam-setting '(end * * 12 16) 10 16)
  \times 3/4 {c16 b c c} d c d g, \times 3/4 {a b c c} d e |
}

I do not know, though, how to do such subbeaming on the quadruplets. So if you can help, I am grateful.

  Hans Ã…berg







reply via email to

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