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