]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
8e472b86f3a602e2032d47018b34c140e4fe8bdc
[lilypond.git] / input / lsr / printing-a-repeat-sign-at-the-beginning-of-a-piece.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 = "repeats, tweaks-and-overrides"
7
8 %% Translation of GIT committish: da84f4caeafed6832152295e67ae852a9930f568
9   texidoces = "
10 Se puede imprimir una línea divisoria de la forma @code{|:} al
11 principio de la pieza, sobreescribiendo la propiedad correspondiente:
12
13 "
14   doctitlees = "Imprimir puntos de repetición al prinicpio de la pieza"
15
16 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
17   texidocde = "
18 Ein @code{|:}-Taktstrich kann auch zu Beginn eines Stückes ausgegeben werden, indem
19 man die entsprechende Eigenschaft verändert:
20
21 "
22   doctitlede = "Ein Wiederholungszeichen zu Beginn eines Stückes ausgeben"
23
24   texidoc = "
25 A @code{|:} bar line can be printed at the beginning of a piece, by
26 overriding the relevant property:
27
28 "
29   doctitle = "Printing a repeat sign at the beginning of a piece"
30 } % begin verbatim
31
32 \relative c'' {
33   \once \override Score.BreakAlignment #'break-align-orders =
34         #(make-vector 3 '(instrument-name
35                           left-edge
36                           ambitus
37                           span-bar
38                           breathing-sign
39                           clef
40                           key-signature
41                           time-signature
42                           staff-bar
43                           custos
44                           span-bar))
45   \bar "|:"
46   c1
47   d1
48   d4 e f g
49 }
50