]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/grouping-beats.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[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.12.0"
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 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
16 texidocde = "
17 Balkengruppen können mit der @code{beatGrouping}-Eigenschaft geändert
18 werden:
19
20 "
21   doctitlede = "Notengruppen"
22
23   texidoc = "
24 Beaming patterns may be altered with the @code{beatGrouping} property: 
25
26 "
27   doctitle = "Grouping beats"
28 } % begin verbatim
29
30 \relative c'' {
31   \time 5/16
32   #(override-auto-beam-setting '(end * * 5 16) 5 16)
33   \set beatGrouping = #'(2 3)
34   c8^"(2+3)" c16 c8
35   \set beatGrouping = #'(3 2)
36   c8^"(3+2)" c16 c8
37 }
38