]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-system-separators.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / setting-system-separators.ly
index e7f71f2de230604ad770b8dd7432051d83067070..dd3b47068a955b5c106adbe042ba26d8b009d738 100644 (file)
@@ -1,25 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.12.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout"
-
-%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
-  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
@@ -32,6 +20,7 @@ default.
 
 \paper {
   system-separator-markup = \slashSeparator
+  line-width = 120
 }
 
 notes = \relative c' {
@@ -48,4 +37,3 @@ notes = \relative c' {
     >>
   }
 }
-