]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-collision.ly
new file.
[lilypond.git] / input / regression / arpeggio-collision.ly
index 80541e533d7f8530741b065e4990893e02e62dc0..b24a423e00b6c7fe8f9439a84041f7280f606e5e 100644 (file)
@@ -1,51 +1,22 @@
-\version "1.7.16"
+\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
        }
        }
 }
 
-%% new-chords-done %%
+