lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2807 in lilypond: Alternative to setting beatStruc


From: lilypond
Subject: [Lilypond-auto] Issue 2807 in lilypond: Alternative to setting beatStructure
Date: Mon, 03 Sep 2012 23:01:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 2807 by address@hidden: Alternative to setting beatStructure
http://code.google.com/p/lilypond/issues/detail?id=2807

Trevor Daniels reported here:
http://lilypond.1069038.n5.nabble.com/Alternative-to-setting-beatStructure-tp132155.html
http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/36117

Post follows:
-----------------------------
Some time ago, around Nov 2011, David folded $(set-time-signature ..)
into the \time command, see
a512132fed73a94068b91fb0bab473319e477b6e.

This change also provides an alternative to \set Timing.beatStructure,
one which seems preferable to me.  The use of the new \time command
is undocumented other than its use in a couple of snippets, for example see
Conducting signs measure grouping signs in
http://www.lilypond.org/doc/v2.17/Documentation/notation/beams#setting-automatic-beam-behavior

Should we document this use of \times [Bug squad: should be \time I think] in the main text, making changes like
this?

\relative c'' {
  \time 5/16
  c16^"default" c c c c |
  %\set Timing.beatStructure = #'(2 3)
  \time #'(2 3) 5/16
  c16^"(2+3)" c c c c |
  %\set Timing.beatStructure = #'(3 2)
  \time #'(3 2) 5/16
  c16^"(3+2)" c c c c |
}

Trevor
--------------------------




reply via email to

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