]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/polyphony-in-tablature.ly
resolve merge
[lilypond.git] / input / lsr / polyphony-in-tablature.ly
diff --git a/input/lsr/polyphony-in-tablature.ly b/input/lsr/polyphony-in-tablature.ly
deleted file mode 100644 (file)
index e2ff175..0000000
+++ /dev/null
@@ -1,60 +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 = "fretted-strings"
-
-  texidoces = "
-La polifonía se crea de la misma forma en un @code{TabStaff} que
-en una pauta normal.
-
-"
-  doctitlees = "Polifonía en tablaturas"
-
-%% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
-
-  texidocfr = "
-Une section polyphonique s'obtient dans un @code{TabStaff} de la
-même manière que dans une portée normale.
-
-"
-  doctitlefr = "Polyphonie en mode tablature"
-
-  texidoc = "
-Polyphony is created the same way in a @code{TabStaff} as in a regular
-staff.
-
-"
-  doctitle = "Polyphony in tablature"
-} % begin verbatim
-
-upper = \relative c' {
-  \time 12/8
-  \key e \minor
-  \voiceOne
-  r4. r8 e, fis g16 b g e e' b c b a g fis e
-}
-
-lower = \relative c {
-  \key e \minor
-  \voiceTwo
-  r16 e d c b a g4 fis8 e fis g a b c
-}
-
-\score {
-  <<
-    \new StaffGroup = "tab with traditional" <<
-      \new Staff = "guitar traditional" <<
-        \clef "treble_8"
-        \context Voice = "upper" \upper
-        \context Voice = "lower" \lower
-      >>
-      \new TabStaff = "guitar tab" <<
-        \context TabVoice = "upper" \upper
-        \context TabVoice = "lower" \lower
-      >>
-    >>
-  >>
-}
-