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