]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/grouping-beats.ly
Merge branch 'master' into nested-bookparts
[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   texidoces = "
9 Los patrones de barrado se pueden alterar con la propiedad
10 @code{beatGrouping}:
11
12 "
13   doctitlees = "Agrupar los pulsos"
14
15   texidoc = "
16 Beaming patterns may be altered with the @code{beatGrouping} property: 
17
18 "
19   doctitle = "Grouping beats"
20 } % begin verbatim
21
22 \relative c'' {
23   \time 5/16
24   \set beatGrouping = #'(2 3)
25   c8[^"(2+3)" c16 c8]
26   \set beatGrouping = #'(3 2)
27   c8[^"(3+2)" c16 c8]
28 }
29