]> 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 76e2ab4a7afa8aaff7ee39e58f79b57ae668681a..dd3b47068a955b5c106adbe042ba26d8b009d738 100644 (file)
@@ -1,35 +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.2"
+\version "2.18.0"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-La séparation entre deux systèmes consécutifs peut être mise en
-évidence par n'importe quel @emph{markup}.  LilyPond dispose à cet effet
-d'une double oblique inversée : @code{\\slashSeparator}.
-
-"
-  doctitlefr = "Séparation visuelle entre les systèmes"
-
-  lsrtags = "tweaks-and-overrides, paper-and-layout, staff-notation"
-
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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
@@ -40,9 +18,9 @@ default.
   doctitle = "Setting system separators"
 } % begin verbatim
 
-
 \paper {
   system-separator-markup = \slashSeparator
+  line-width = 120
 }
 
 notes = \relative c' {
@@ -59,4 +37,3 @@ notes = \relative c' {
     >>
   }
 }
-