]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-collision.ly
new file.
[lilypond.git] / input / regression / arpeggio-collision.ly
index 99d8f1081515d4b80bc74497eef0a0c90f0617e8..b24a423e00b6c7fe8f9439a84041f7280f606e5e 100644 (file)
@@ -1,49 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.3.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' <
-    \context Voice=one {
-        \property Voice.Stem \override #'direction = #1
-        \property Voice.NoteColumn \override #'horizontal-shift = #0
-        e4\arpeggio
-    }
-    
-    \context Voice=two {
-        \property Voice.Stem \override #'direction = #1
-        \property Voice.NoteColumn \override #'horizontal-shift = #1
-        cis\arpeggio
-        }
-    
-    \context Voice=three {
-       \property Voice.Stem \override #'direction = #1
-       \property Voice.NoteColumn \override #'horizontal-shift = #2
-       ais\arpeggio
-       }
-    
-    \context Voice=four {
-       \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
+     \transpose c c' {
+       <fis'' g d a>\arpeggio
+       <fis, g d a>\arpeggio
+       <fis'' g d a>\arpeggio
        }
     \paper {
         raggedright = ##t
-       \translator{
-           \StaffContext
+       \context{
+           \Staff
            connectArpeggios = ##t
        }
        }