]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/arpeggio-collision.ly
patch::: 1.3.126.jcn3
[lilypond.git] / input / bugs / arpeggio-collision.ly
index 996f19a6962d60fba9c8e7bfe9f9efe31d974d85..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,43 +0,0 @@
-
-hairyChord = \context Staff \notes\relative c' <
-    \context Voice=one {
-        \property Voice.Stem \push #'direction = #1
-        \property Voice.NoteColumn \push #'horizontal-shift = #0
-        e4\arpeggio
-    }
-    
-    \context Voice=two {
-        \property Voice.Stem \push #'direction = #1
-        \property Voice.NoteColumn \push #'horizontal-shift = #1
-        cis\arpeggio
-        }
-    
-    \context Voice=three {
-       \property Voice.Stem \push #'direction = #1
-       \property Voice.NoteColumn \push #'horizontal-shift = #2
-       ais\arpeggio
-       }
-    
-    \context Voice=four {
-       \property Voice.Stem \push #'direction = #-1
-       \property Voice.NoteColumn \push #'horizontal-shift = #-1
-       fis\arpeggio
-       }
->
-
-
-\score{
-    \notes \transpose c'' {
-        \context Voice < fis''-\arpeggio g  d a >
-        \context Voice < fis,-\arpeggio g  d a >
-        \context Voice < fis''-\arpeggio g  d a >
-        \hairyChord
-       }
-    \paper {
-        linewidth = -1.;
-       \translator{
-           \StaffContext
-           connectArpeggios = ##t
-       }
-       }
-}