Fix metronome alignment.
[lilypond/mpolesky.git] / Documentation / snippets / printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
blobac94d2e94afe1d454765e2cdaae72839edc9ca12
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.31"
6 \header {
7 lsrtags = "repeats, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se puede imprimir una línea divisoria de la forma @code{|:} al
12 principio de la pieza, sobreescribiendo la propiedad correspondiente:
15 doctitlees = "Imprimir puntos de repetición al prinicpio de la pieza"
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19 texidocde = "
20 Ein @code{|:}-Taktstrich kann auch zu Beginn eines Stückes ausgegeben werden, indem
21 man die entsprechende Eigenschaft verändert:
24 doctitlede = "Ein Wiederholungszeichen zu Beginn eines Stückes ausgeben"
26 %% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441
27 texidocfr = "
28 Bien qu'allant à l'encontre des usages en matière de gravure, vous
29 imprimerez une barre de reprise (@code{|:}) en début de partition si
30 vous surchargez la propriété adéquate :
33 doctitlefr = "Impression d'une barre de reprise en début de morceau"
36 texidoc = "
37 A @code{|:} bar line can be printed at the beginning of a piece, by
38 overriding the relevant property:
41 doctitle = "Printing a repeat sign at the beginning of a piece"
42 } % begin verbatim
44 \relative c'' {
45 \once \override Score.BreakAlignment #'break-align-orders =
46 #(make-vector 3 '(instrument-name
47 left-edge
48 ambitus
49 span-bar
50 breathing-sign
51 clef
52 key-signature
53 time-signature
54 staff-bar
55 custos
56 span-bar))
57 \once \override Staff.TimeSignature #'space-alist =
58 #'((first-note . (fixed-space . 2.0))
59 (right-edge . (extra-space . 0.5))
60 ;; free up some space between time signature
61 ;; and repeat bar line
62 (staff-bar . (extra-space . 1)))
63 \bar "|:"
66 d4 e f g