]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/volta-multi-staff.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / volta-multi-staff.ly
index 030a54aa800243c8b518774c899749029388743e..a16d728f33e22f544c97ff154fdcc1dbcacde4e5 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\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
@@ -17,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
@@ -38,4 +39,3 @@ voltaMusic = \relative c'' {
     \new Staff \voltaMusic
   >>
 >>
-