X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsetting-system-separators.ly;h=dd3b47068a955b5c106adbe042ba26d8b009d738;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=e988a12ea078b6fcfd4ed2c9a6aae458dd9d1156;hpb=144cd434d02e6d90b2fb738eeee99119a7c5e1d2;p=lilypond.git diff --git a/Documentation/snippets/setting-system-separators.ly b/Documentation/snippets/setting-system-separators.ly index e988a12ea0..dd3b47068a 100644 --- a/Documentation/snippets/setting-system-separators.ly +++ b/Documentation/snippets/setting-system-separators.ly @@ -1,22 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.31" +\version "2.18.0" \header { - lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - texidoces = " -Se pueden insertar separadores sistema entre los sistemas de una -página. Se puede usar cualquier elemento de marcado, pero -@code{\\slashSeparator} está disponible como una elección -predeterminada adecuada. - -" - doctitlees = "Fijar un separador entre los sistemas" - - + lsrtags = "paper-and-layout, staff-notation, tweaks-and-overrides" texidoc = " System separators can be inserted between systems. Any markup can be @@ -29,6 +20,7 @@ default. \paper { system-separator-markup = \slashSeparator + line-width = 120 } notes = \relative c' { @@ -45,4 +37,3 @@ notes = \relative c' { >> } } -