]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
Fixes documentation.
[lilypond.git] / input / test / force-hshift.ly
index 09ca1434ae95c4bac37a4aea9b87d6b46f83bb4f..1bc221d471b5247a8189e1ca83ab667dd1cf7146 100644 (file)
@@ -1,24 +1,29 @@
-\version "1.3.110";
+\version "1.7.6"
+\header {
+    texidoc="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;
+    linewidth=-1.0
   }  
   \midi { }
 }
+%% new-chords-done %%