lilypond-user
[Top][All Lists]
Advanced

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

Re: elegant compound time signatures


From: Graham Percival
Subject: Re: elegant compound time signatures
Date: Sun, 19 Oct 2008 21:53:39 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Oct 19, 2008 at 04:36:48PM +0200, Hans Aberg wrote:

> This gankino horo snip is typeset as (2+2)+(2+1)+(2+2), again not wrong, 
> but scores use the styles 4+3+4 or (2+2)+3+(2+2). (Hitting the same 2+1 
> problem.)

What, like this?  I think this is the second bar of the gankino
horo snippet.  Here's two ways of doing it, depending on how picky
you want to be.

Cheers,
- Graham


\version "2.11.62"
\relative c'' {
  \time 11/16
  \set Timing.beatGrouping = #'(4 3 4)
  c16 b a g
  g f a
  g8 f16 e

  \set subdivideBeams = ##t
  \set beatLength = #(ly:make-moment 1 8)
  c'16[ b a g]
  \unset subdivideBeams
  \unset beatLength
  g f a
  g8 f16 e


}




reply via email to

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