]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly
CG: explain what big staff size means in regtests
[lilypond.git] / Documentation / snippets / adding-indicators-to-staves-which-get-split-after-a-break.ly
index 8ace4e152e877c52d2862d933df231886bdc5c65..c0874dc84f70668c8839a281a0ef8aec71b3fd17 100644 (file)
@@ -1,10 +1,23 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.14.2"
 
 \header {
-  lsrtags = "staff-notation, vocal-music"
+  lsrtags = "staff-notation, vocal-music, symbols-and-glyphs"
+
+%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
+  texidocfr = "
+Dans cet extrait est définie la commande @code{\\splitStaffBarLine} qui
+ajoute une double flèche après la dernière barre de mesure d'une portée,
+indiquant par là que ses différentes voix disposeront de leur propre
+portée à la ligne suivante.
+
+"
+  doctitlefr = "Ajout d'indicateurs à une portée dédoublée après un saut de ligne"
 
   texidoc = "
 This snippet defines the @code{\\splitStaffBarLine} command, which adds
@@ -46,7 +59,7 @@ splitStaffBarLine = {
         (ly:bar-line::print grob)
         X RIGHT
         (grob-interpret-markup grob splitStaffBarLineMarkup)
-        0 0))
+        0))
   \break
 }