]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-collision.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / arpeggio-collision.ly
index ecf776a67ec9209812435f0eeb763d62b8eea6ea..a5c9d6d17e7682477f5f61d0983464bbd3154b61 100644 (file)
@@ -1,49 +1,22 @@
-\version "1.7.6"
+\version "2.3.22"
 
 \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' {
-        \context Voice < fis''-\arpeggio g  d a >
-        \context Voice < fis,-\arpeggio g  d a >
-        \context Voice < fis''-\arpeggio g  d a >
-        \hairyChord
+     \transpose c c' {
+       <fis'' g d a>\arpeggio
+       <fis, g d a>\arpeggio
+       <fis'' g d a>\arpeggio
        }
-    \paper {
-        linewidth = -1.
-       \translator{
-           \StaffContext
+    \layout {
+        raggedright = ##t
+       \context{
+           \Staff
            connectArpeggios = ##t
        }
        }
 }
+
+