LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / setting-system-separators.ly
blob6bdb179ecc6942939d85aa2012a33f5b4890e88e
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.29"
6 \header {
7 lsrtags = "tweaks-and-overrides, paper-and-layout"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se pueden insertar separadores sistema entre los sistemas de una
12 página. Se puede usar cualquier elemento de marcado, pero
13 @code{\\slashSeparator} está disponible como una elección
14 predeterminada adecuada.
17 doctitlees = "Fijar un separador entre los sistemas"
21 texidoc = "
22 System separators can be inserted between systems. Any markup can be
23 used, but @code{\\slashSeparator} has been provided as a sensible
24 default.
27 doctitle = "Setting system separators"
28 } % begin verbatim
30 \paper {
31 system-separator-markup = \slashSeparator
34 notes = \relative c' {
35 c1 | c \break
36 c1 | c \break
37 c1 | c
40 \book {
41 \score {
42 \new GrandStaff <<
43 \new Staff \notes
44 \new Staff \notes