]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-volta-brackets-to-additional-staves.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / adding-volta-brackets-to-additional-staves.ly
diff --git a/input/lsr/adding-volta-brackets-to-additional-staves.ly b/input/lsr/adding-volta-brackets-to-additional-staves.ly
deleted file mode 100644 (file)
index c615480..0000000
+++ /dev/null
@@ -1,36 +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"
-
-  texidoces = "
-El grabador @code{Volta_engraver} reside de forma predeterminada
-dentro del contexto de @code{Score}, y los corchetes de la repetición
-se imprimen así normalmente sólo encima del pentagrama superior.  Esto
-se puede ajustar añadiendo el grabador @code{Volta_engraver} al
-contexto de @code{Staff} en que deban aparecer los corchetes; véase
-también el fragmento de código \"Volta multi staff\".
-
-"
-  doctitlees = "Añadir corchetes de primera y segunda vez a más pentagramas"
-
-  texidoc = "
-The @code{Volta_engraver} by default resides in the @code{Score}
-context, and brackets for the repeat are thus normally only printed
-over the topmost staff. This can be adjusted by adding the
-@code{Volta_engraver} to the @code{Staff} context where the brackets
-should appear; see also the \"Volta multi staff\" snippet.
-
-"
-  doctitle = "Adding volta brackets to additional staves"
-} % begin verbatim
-
-<<
-  \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
-  \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
-  \new Staff \with { \consists "Volta_engraver" } { c'2 g' e' a' }
-  \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
->>
-