]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/grouping-beats.ly
e5820fa807aede2a185cd8f9a92589b525e4f30d
[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.13.1"
4
5 \header {
6   lsrtags = "rhythms"
7
8 %% Translation of GIT committish: 151f1bb8c0aae8294e62d0470246ee1019aedfbc
9   texidoces = "
10 Los patrones de barrado se pueden alterar con la propiedad
11 @code{beatGrouping}:
12
13 "
14   doctitlees = "Agrupar los pulsos"
15   
16 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
17 texidocde = "
18 Balkengruppen können mit der @code{beatGrouping}-Eigenschaft geändert
19 werden:
20
21 "
22   doctitlede = "Notengruppen"
23
24
25 %% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079
26   texidocfr = "
27 La manière de gérer les ligatures est influencée par la propriété 
28 @code{beatGrouping} :
29
30 "
31   doctitlefr = "Regroupement selon la pulsation"
32
33   texidoc = "
34 Beaming patterns may be altered with the @code{beatGrouping} property: 
35
36 "
37   doctitle = "Grouping beats"
38 } % begin verbatim
39
40 \relative c'' {
41   \time 5/16
42   #(override-auto-beam-setting '(end * * 5 16) 5 16)
43   \set beatGrouping = #'(2 3)
44   c8^"(2+3)" c16 c8
45   \set beatGrouping = #'(3 2)
46   c8^"(3+2)" c16 c8
47 }
48
49