]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/volta-multi-staff.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / volta-multi-staff.ly
index c674950a3088f41b02e6e10013bc441b4aa69361..030a54aa800243c8b518774c899749029388743e 100644 (file)
@@ -1,7 +1,10 @@
-%% 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.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "repeats, staff-notation"
@@ -20,7 +23,7 @@ voltaMusic = \relative c'' {
   }
   \alternative {
     d1
-    e
+    e1
   }
 }
 
@@ -35,3 +38,4 @@ voltaMusic = \relative c'' {
     \new Staff \voltaMusic
   >>
 >>
+