]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/indicating-cross-staff-chords-with-arpeggio-bracket.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / indicating-cross-staff-chords-with-arpeggio-bracket.ly
diff --git a/input/lsr/indicating-cross-staff-chords-with-arpeggio-bracket.ly b/input/lsr/indicating-cross-staff-chords-with-arpeggio-bracket.ly
deleted file mode 100644 (file)
index b2320c2..0000000
+++ /dev/null
@@ -1,61 +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 = "keyboards"
-
-  texidoces = "
-Un corchete de arpegio puede indicar que se tienen que tocadr con la
-misma mano notas que están en dos pentagramas distintos. Para hacerlo,
-el @code{PianoStaff} se debe configurar para que acepte símbolos de
-arpegio de pentagrama cruzado y los símbolos de arpegio se deben
-configurar a la forma de corchete en el contexto de @code{PianoStaff}.
-
-(Debussy, Les collines d’Anacapri, m. 65)
-
-"
-  doctitlees = "Indicar acordes de pentagrama cruzado con corchetes de arpegio"
-
-  texidoc = "
-An arpeggio bracket can indicate that notes on two different staves are
-to be played with the same hand. In order to do this, the
-@code{PianoStaff} must be set to accept cross-staff arpeggios and the
-arpeggios must be set to the bracket shape in the @code{PianoStaff}
-context.
-
-
-(Debussy, Les collines d’Anacapri, m. 65) 
-
-"
-  doctitle = "Indicating cross-staff chords with arpeggio bracket"
-} % begin verbatim
-
-\new PianoStaff <<
-  \set PianoStaff.connectArpeggios = ##t
-  \override PianoStaff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket
-  \new Staff {
-    \relative c' {
-      \key b \major
-      \time 6/8
-      b8-.(\arpeggio fis'-.\> cis-. e-. gis-. b-.)\!\fermata^\laissezVibrer
-      \bar "||"
-    }
-  }
-  \new Staff {
-    \relative c' {
-      \clef bass
-      \key b \major
-      <<
-        {
-          <a e cis>2.\arpeggio
-        }
-        \\
-        {
-          <a, e a,>2.
-        }
-      >>
-    }
-  }
->>
-