]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beam-grouping-in-7-8-time.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / beam-grouping-in-7-8-time.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 No está especificada ninguna agrupación predeterminada automática
11 de las barras para el compás de 7/8, de forma que si se requieren
12 barras automáticas se debe especificar la forma de agrupamiento.
13 Por ejemplo, para agrupar todas las barras en la forma 2-3-2 en el
14 compás de 7/8, especificamos los finales de barra en 2/8 y 5/8:
15
16 "
17   doctitlees = "Agrupamiento de las barras en el compás de 7/8"
18   
19 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
20 texidocde = "
21 Es gibt keine automatischen Balkengruppen für 7/8-Takte.  Wenn diese
22 Taktart benötigt wird, müssen die Gruppierungen definiert werden.  Um
23 beispielsweise alle Noten in 2/8-3/8-2/8 aufzuteilen, müssen Balkenenden
24 für 2/8 und 5/8 definiert werden:
25
26 "
27   doctitlede = "Balkengruppen für 7/8-Takte"
28
29   texidoc = "
30 There are no default automatic beam groupings specified for 7/8 time,
31 so if automatic beams are required the grouping must be specified.  For
32 example, to group all beams 2-3-2 in 7/8 time, specify beam endings at
33 2/8 and 5/8: 
34
35 "
36   doctitle = "Beam grouping in 7/8 time"
37 } % begin verbatim
38
39 \relative c'' {
40   \time 7/8
41   % rhythm 2-3-2
42   a8 a a a a a a
43   #(override-auto-beam-setting '(end * * 7 8) 2 8)
44   #(override-auto-beam-setting '(end * * 7 8) 5 8)
45   a8 a a a a a a
46 }
47