]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-system-separators.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / Documentation / snippets / setting-system-separators.ly
index c55e2a3834383165735a0c2d53d2bdc866e13813..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.14.0"
+\version "2.18.0"
 
 \header {
-  lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout"
-
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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' {
     >>
   }
 }
-