]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/shortening-volta-brackets.ly
resolve merge
[lilypond.git] / input / lsr / shortening-volta-brackets.ly
diff --git a/input/lsr/shortening-volta-brackets.ly b/input/lsr/shortening-volta-brackets.ly
deleted file mode 100644 (file)
index 45ac8ed..0000000
+++ /dev/null
@@ -1,41 +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 = "
-De forma predeterminada, los corchetes de primera y segunda vez se
-trazan encima de los finales alternativos completos, pero es posible
-acortartlos estableciendo un valor cierto para
-@code{voltaSpannerDuration}.  En el ejemplo siguiente, el corchete
-sólo dura un compás, que corresponde a una duración de 3/4.
-
-"
-  doctitlees = "Shortening volta brackets"
-
-  texidoc = "
-By default, the volta brackets will be drawn over all of the
-alternative music, but it is possible to shorten them by setting
-@code{voltaSpannerDuration}.  In the next example, the bracket only
-lasts one measure, which is a duration of 3/4. 
-
-"
-  doctitle = "Shortening volta brackets"
-} % begin verbatim
-
-\relative c'' {
-  \time 3/4
-  c4 c c
-  \set Score.voltaSpannerDuration = #(ly:make-moment 3 4)
-  \repeat volta 5 { d4 d d }
-  \alternative {
-    {
-      e4 e e
-      f4 f f
-    }
-    { g4 g g }
-  }
-}
-