]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/volta-multi-staff.ly
Release: bump Welcome versions.
[lilypond.git] / Documentation / snippets / volta-multi-staff.ly
index 68b2a9fea7fd113dfb998402b8145c495425ca88..db17173d061b4353efb5cb1cae8563b4744898ed 100644 (file)
@@ -1,22 +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: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-L'ajout du @code{Volta_engraver} à la portée appropriée permet de
-répéter les indications de reprise qui normalement n'apparaissent que
-sur la portée supérieure de la partition.
-
-"
-  doctitlefr = "Volta multiportée"
-
-  lsrtags = "really-simple, staff-notation, repeats"
+  lsrtags = "really-simple, repeats, staff-notation"
 
   texidoc = "
 By adding the @code{Volta_engraver} to the relevant staff, volte can be
@@ -26,7 +17,6 @@ put over staves other than the topmost one in a score.
   doctitle = "Volta multi staff"
 } % begin verbatim
 
-
 voltaMusic = \relative c'' {
   \repeat volta 2 {
     c1
@@ -48,4 +38,3 @@ voltaMusic = \relative c'' {
     \new Staff \voltaMusic
   >>
 >>
-