]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/grouping-beats.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git
[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 "
12   doctitle = "Grouping beats"
13 } % begin verbatim
14 \relative c'' {
15   \time 5/16
16   \set beatGrouping = #'(2 3)
17   c8[^"(2+3)" c16 c8]
18   \set beatGrouping = #'(3 2)
19   c8[^"(3+2)" c16 c8]
20 }
21