]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-below-chords.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / volta-below-chords.ly
index 204230e1fb6145982fb2dbfb5d1e022b23c1b68f..55640fe17bdd7fd3f6c4e2a06c611dbe665a1b90 100644 (file)
@@ -1,7 +1,10 @@
-%% 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.61"
+\version "2.12.3"
+
 \header {
+  lsrtags = "repeats, staff-notation, chords"
+
   texidoces = "
 Mediante la adiciĆ³n del grabador @code{Volta_engraver} al
 pentagrama pertinente, se pueden poner los corchetes de primera y
@@ -10,10 +13,12 @@ segunda vez debajo de los acordes.
 "
   doctitlees = "Corchetes de primera y segunda vez debajo de los acordes"
 
-  lsrtags = "repeats,staff-notation,chords"
-  texidoc = "By adding the @code{Volta_engraver} to the relevant
-staff, volte can be put under chords."
-  doctitle = "Volta under chords"
+  texidoc = "
+By adding the @code{Volta_engraver} to the relevant staff, volte can be
+put under chords.
+
+"
+  doctitle = "Volta below chords"
 } % begin verbatim
 
 \score {
@@ -22,7 +27,10 @@ staff, volte can be put under chords."
       c1
       c1
     }
-    \new Staff \with { \consists "Volta_engraver" } {
+    \new Staff \with {
+      \consists "Volta_engraver"
+    }
+    {
       \repeat volta 2 { c'1 }
       \alternative { c' }
     }