]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/engraving-ties-manually.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / engraving-ties-manually.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: a634a20e0ab2a874ff8bf423e5651139df8733fc
9  doctitlees = "Grabado manual de las ligaduras"
10  texidoces = "
11 Se pueden grabar a mano las ligaduras modificando la propiedad
12 @code{tie-configuration} del objeto @code{TieColumn}. El primer número
13 indica la distancia a partir de la tercera línea del pentagrama en
14 espacios de pentagrama, y el segundo número indica la dirección (1 =
15 hacia arriba, -1 = hacia abajo).
16
17 "
18
19 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
20 texidocde = "
21 Überbindungen können manuell gesetzt werden, indem man die
22 @code{tie-configuration}-Eigenschaft des @code{TieColumn}-Objekts
23 beeinflusst.  Die erste Zahl zeigt den Abstand von der Mitte in
24 Notensystemabständen an, die zweite Zahl zeigt die Richtung an (1 = nach oben,
25 -1 = nach unten).
26
27 "
28   doctitlede = "Bindebögen manuell setzen"
29
30
31 %% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df
32   texidocfr = "
33 Il est possible de graver manuellement les liaisons de tenue, en
34 modifiant la propriété @code{tie-configuration}.  Pour chaque paire, le
35 premier nombre indique la distance à la portée, en espaces de portée, et
36 le second la direction (1 pour haut, @minus{}1 pour bas).
37
38 "
39   doctitlefr = "Dessin à main levée de liaisons de tenue"
40
41   texidoc = "
42 Ties may be engraved manually by changing the @code{tie-configuration}
43 property of the @code{TieColumn} object. The first number indicates the
44 distance from the center of the staff in staff-spaces, and the second
45 number indicates the direction (1 = up, -1 = down).
46
47 "
48   doctitle = "Engraving ties manually"
49 } % begin verbatim
50
51 \relative c' {
52   <c e g>2 ~ <c e g>
53   \override TieColumn #'tie-configuration =
54     #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1))
55   <c e g> ~ <c e g>
56 }
57