]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/grouping-beats.ly
LSR: Update.
[lilypond.git] / input / lsr / grouping-beats.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
4
5 \header {
6   lsrtags = "rhythms"
7
8   texidoc = "
9 Beaming patterns may be altered with the @code{beatGrouping} property:
10 "
11   doctitle = "Grouping beats"
12 } % begin verbatim
13 \relative c'' {
14   \time 5/16
15   \set beatGrouping = #'(2 3)
16   c8[^"(2+3)" c16 c8]
17   \set beatGrouping = #'(3 2)
18   c8[^"(3+2)" c16 c8]
19 }
20