]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-multi-staff.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / volta-multi-staff.ly
index e0fcd7a721555546d7093d9b95e8f0d06d56b63e..c0d7e752b6991211644cfb02ae3fef6257b3e449 100644 (file)
@@ -1,25 +1,31 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.46"
-\layout { ragged-right= ##t }
+\version "2.13.1"
+
 \header {
-  lsrtags = "repeats,staff-notation,fretted-strings"
-  texidoc = "By adding the @code{Volta_engraver} to the relevant
-staff, volte can be put over staves other than the topmost
-one in a score."
-  doctitle = "Volta multi-staff"
+  lsrtags = "repeats, staff-notation"
+
+  texidoc = "
+By adding the @code{Volta_engraver} to the relevant staff, volte can be
+put over staves other than the topmost one in a score.
+
+"
+  doctitle = "Volta multi staff"
 } % begin verbatim
+
 voltaMusic = \relative c'' {
-  \repeat volta 2
-    c1 
-    \alternative { 
-    d e
-   } 
-} 
+  \repeat volta 2 {
+    c1
+  }
+  \alternative {
+    d1
+    e
+  }
+}
 
 <<
   \new StaffGroup <<
-    \context Staff \voltaMusic
+    \new Staff \voltaMusic
     \new Staff \voltaMusic
   >>
   \new StaffGroup <<