]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / arpeggio-collision.ly
index 8e335b282a5879a5b42187439549de99fd5e954e..d177748ca3d2a5f28738273ddf9190c88034cd41 100644 (file)
@@ -1,44 +1,14 @@
-#(ly:set-option 'old-relative)
 \version "1.9.4"
 
 \header  {
-texidoc = "Arpeggio stays clear of accidentals and flipped note heads.
-Since Arpeggio engraver is Voice, it does nothing for voice collisions."
+texidoc = "Arpeggio stays clear of accidentals and flipped note heads."
 }
 
-hairyChord = \context Staff \notes\relative c' <<
-    \new Voice {
-        \property Voice.Stem \override #'direction = #1
-        \property Voice.NoteColumn \override #'horizontal-shift = #0
-        e4\arpeggio
-    }
-    
-    \new Voice {
-        \property Voice.Stem \override #'direction = #1
-        \property Voice.NoteColumn \override #'horizontal-shift = #1
-        cis\arpeggio
-        }
-    
-    \new Voice {
-       \property Voice.Stem \override #'direction = #1
-       \property Voice.NoteColumn \override #'horizontal-shift = #2
-       ais\arpeggio
-       }
-    
-    \new Voice {
-       \property Voice.Stem \override #'direction = #-1
-       \property Voice.NoteColumn \override #'horizontal-shift = #-1
-       fis\arpeggio
-       }
->>
-
-
 \score{
     \notes \transpose c c' {
-       < fis'' g  d a >\arpeggio
-       < fis, g  d a >\arpeggio
-       < fis'' g  d a >\arpeggio
-        \hairyChord
+       <fis'' g d a>\arpeggio
+       <fis, g d a>\arpeggio
+       <fis'' g d a>\arpeggio
        }
     \paper {
         raggedright = ##t