]> 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 a2395235155edc0711c161188f48533f37f9d89a..dd3b47068a955b5c106adbe042ba26d8b009d738 100644 (file)
@@ -1,26 +1,14 @@
 %% 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.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "paper-and-layout, staff-notation, tweaks-and-overrides"
 
-%% 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"
-
-
-
   texidoc = "
 System separators can be inserted between systems.  Any markup can be
 used, but @code{\\slashSeparator} has been provided as a sensible
@@ -30,9 +18,9 @@ default.
   doctitle = "Setting system separators"
 } % begin verbatim
 
-
 \paper {
   system-separator-markup = \slashSeparator
+  line-width = 120
 }
 
 notes = \relative c' {
@@ -49,4 +37,3 @@ notes = \relative c' {
     >>
   }
 }
-