]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/double-glissando.ly
resolve merge
[lilypond.git] / input / lsr / double-glissando.ly
diff --git a/input/lsr/double-glissando.ly b/input/lsr/double-glissando.ly
deleted file mode 100644 (file)
index c2c74d2..0000000
+++ /dev/null
@@ -1,33 +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 = "expressive-marks, simultaneous-notes"
-
-  texidoc = "
-To connect chords with glissando lines, attach a second glissando to a
-hidden voice.
-
-"
-  doctitle = "Double glissando"
-} % begin verbatim
-
-\relative c {
-  \clef bass
-  <<
-    {
-      % new voice ( = \voiceOne), hidden
-      \hideNotes
-      % attach glissando to note heads
-      e2\glissando g
-    }
-    \\
-    { 
-      % original voice with chords rearranged so that
-      % glissando is attached to a & c
-      <e a,>2\glissando <g c,>
-    }
-  >>
-}
-