]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / force-hshift.ly
index b6f97fd182a783f7858b2a87e2bc5d5111ef7ff5..8bebfa96591d15515cf09737a57a6ca28d847daf 100644 (file)
@@ -1,24 +1,29 @@
-\version "1.3.117";
+#(ly:set-option 'old-relative)
+\version "1.9.0"
+\header {
+    texidoc="@cindex Force hshift
+Force hshift to override collisions. " }
+
 \score { 
   \context Voice \notes\relative c {
     
        \context Staff <
                \context Voice = VA {
-                       \property Voice.NoteColumn \override #'forced-hshift = #0.1
+                       \property Voice.NoteColumn \override #'force-hshift = #0.1
                        \stemUp
                        \property Voice.NoteColumn \override #'horizontal-shift = #1
-                       <g' d'>
+                       <<g' d'>>
                }
                \context Voice = VB {
                        \stemDown
                        \property Voice.NoteColumn \override #'horizontal-shift = #1
-                       \property Voice.NoteColumn \override #'forced-hshift = #-0.1
-                       <bes f'>
+                       \property Voice.NoteColumn \override #'force-hshift = #-0.1
+                       <<bes f'>>
                }
        >
   }
   \paper {
-    linewidth=-1.0;
+    raggedright = ##t
   }  
-  \midi { }
 }
+