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