lilypond-user
[Top][All Lists]
Advanced

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

beaming in 2.13 - other question


From: Peter Van Kranenburg
Subject: beaming in 2.13 - other question
Date: Sun, 09 Jan 2011 01:08:44 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Dear all,

Consider the following example (adapted from the manual):

\version "2.13.44"
\relative c'' {
\time 3/16
\set Timing.beatStructure = #'(2 1)
\set Timing.beamExceptions =
  #'(                         ;start of alist
     (end .                   ;entry for end of beams
      (                       ;start of alist of end points
       ((1 . 32) . (6))       ;rule for 1/32 beams
      )))                     %close all entries
c16 c c |
c32 c c c c c |
c32 c c c c16 |
}

In the third bar, the 16th is connected to the 32s, while the rule for 16th's says that the third sixteenth should be unbeamed.

Is there a precedence in rules? How to influence that?

best,
Peter




reply via email to

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