]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/volta-multi-staff.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / Documentation / snippets / volta-multi-staff.ly
index 2724c210c4727710163758138dd84968ac1fb195..a16d728f33e22f544c97ff154fdcc1dbcacde4e5 100644 (file)
@@ -1,10 +1,13 @@
-%% 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.12.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "repeats, staff-notation"
+  lsrtags = "really-simple, repeats, staff-notation"
 
   texidoc = "
 By adding the @code{Volta_engraver} to the relevant staff, volte can be
@@ -14,6 +17,7 @@ put over staves other than the topmost one in a score.
   doctitle = "Volta multi staff"
 } % begin verbatim
 
+
 voltaMusic = \relative c'' {
   \repeat volta 2 {
     c1
@@ -35,4 +39,3 @@ voltaMusic = \relative c'' {
     \new Staff \voltaMusic
   >>
 >>
-