]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-marks-at-the-end-of-a-line-or-a-score.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / printing-marks-at-the-end-of-a-line-or-a-score.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 = "text"
7
8   texidoces = "
9 Las marcas se pueden imprimir al final de la línea actual, en vez de
10 al comienzo de la línea siguiente.  Esto es útil principalmente cuando
11 se tiene que añadir una marca al final de la partitura (donde no hay
12 línea siguiente).
13
14 En tales casos, el extremo derecho de la marca se tiene que alinear
15 con la última línea divisoria, como muestra la segunda línea de este
16 ejemplo.
17
18 "
19   doctitlees = "Imprimir marcas al final de la línea o de la partitura"
20
21 %% Translation of GIT committish :0364058d18eb91836302a567c18289209d6e9706
22   texidocde = "
23 Zeichen können auch am Ende der aktuellen Zeile ausgegeben werden, anstatt
24 dass sie auf die folgende Zeile verschoben werden.  Das ist nüztlich,
25 wenn ein Zeichen am Ende einer Partitur eingefügt werden soll, wo
26 gar keine nächste Zeile vorhanden ist.
27
28 In derartigen Fällen muss die rechte Ecke des Zeichens an dem letzten
29 Taktstrich ausgerichtet werden, wie die zweite Zeile des Beispiels zeigt.
30
31 "
32   doctitlede = "Zeichen am Ende einer Zeile oder Partitur setzen"
33
34   texidoc = "
35 Marks can be printed at the end of the current line, instead of the
36 beginning of the following line. This is particularly useful when a
37 mark has to be added at the end of a score -- when there is no next
38 line.
39
40 In such cases, the right end of the mark has to be aligned with the
41 final bar line, as demonstrated on the second line of this example. 
42
43 "
44   doctitle = "Printing marks at the end of a line or a score"
45 } % begin verbatim
46
47 \relative c'' {  
48   \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
49   g2 c
50   d,2 a'
51   \mark \default
52   \break
53   g2 b,
54   c1 \bar "||"
55   \override Score.RehearsalMark #'self-alignment-X = #RIGHT  
56   \mark "D.C. al Fine"
57 }