]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/engraving-ties-manually.ly
MusicXML: src-dir rather than srcdir.
[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.11.64"
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   texidoc = "
30 Ties may be engraved manually by changing the @code{tie-configuration}
31 property of the @code{TieColumn} object. The first number indicates the
32 distance from the center of the staff in staff-spaces, and the second
33 number indicates the direction (1 = up, -1 = down).
34
35 "
36   doctitle = "Engraving ties manually"
37 } % begin verbatim
38
39 \relative c' {
40   <c e g>2 ~ <c e g>
41   \override TieColumn #'tie-configuration =
42     #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1))
43   <c e g> ~ <c e g>
44 }