]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-below-chords.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / volta-below-chords.ly
diff --git a/input/lsr/volta-below-chords.ly b/input/lsr/volta-below-chords.ly
deleted file mode 100644 (file)
index 55640fe..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-%% 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.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
-segunda vez debajo de los acordes.
-
-"
-  doctitlees = "Corchetes de primera y segunda vez debajo de los acordes"
-
-  texidoc = "
-By adding the @code{Volta_engraver} to the relevant staff, volte can be
-put under chords.
-
-"
-  doctitle = "Volta below chords"
-} % begin verbatim
-
-\score {
-  <<
-    \chords {
-      c1
-      c1
-    }
-    \new Staff \with {
-      \consists "Volta_engraver"
-    }
-    {
-      \repeat volta 2 { c'1 }
-      \alternative { c' }
-    }
-  >>
-  \layout {
-    \context {
-      \Score
-      \remove "Volta_engraver"
-    }
-  }
-}