]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
LSR: Update.
[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.12.3"
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   texidoc = "
16 A @code{|:} bar line can be printed at the beginning of a piece, by
17 overriding the relevant property:
18
19 "
20   doctitle = "Printing a repeat sign at the beginning of a piece"
21 } % begin verbatim
22
23 \relative c'' {
24   \once \override Score.BreakAlignment #'break-align-orders =
25         #(make-vector 3 '(instrument-name
26                           left-edge
27                           ambitus
28                           span-bar
29                           breathing-sign
30                           clef
31                           key-signature
32                           time-signature
33                           staff-bar
34                           custos
35                           span-bar))
36   \bar "|:"
37   c1
38   d1
39   d4 e f g
40 }
41