lilypond-user
[Top][All Lists]
Advanced

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

Re: Auto-beaming in asymmetrical time signatures


From: Hans Aberg
Subject: Re: Auto-beaming in asymmetrical time signatures
Date: Sun, 7 Aug 2005 19:04:03 +0200


On 7 Aug 2005, at 14:28, Hans Aberg wrote:

The rule seems to only work when decomposing the time signature in two parts. For example 7 = 4 + 3 works fine using
  \time 7/16
  #(override-auto-beam-setting '(end * * 7 16) 4 16)
But what do I write if I want to use 7 = 2 + 2 + 3 (or 13 = 4 + 4 + 2 + 3)?

Apparently one just adds a few more "override-auto-beam-setting":
  \time 7/16
  #(override-auto-beam-setting '(end * * 7 16) 2 16)
  #(override-auto-beam-setting '(end * * 7 16) 4 16)
Sorry for bothering you with so simple matters.

Can one insert automated dotted bar-lines within the measure as well?

  Hans Aberg






reply via email to

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