]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
Fixes documentation.
[lilypond.git] / input / test / force-hshift.ly
index 8c11d2ac13478d789e2879aadc1d27139f2a2d3b..1bc221d471b5247a8189e1ca83ab667dd1cf7146 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.6"
 \header {
     texidoc="Force hshift to override collisions"
     }
                        \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 #'force-hshift = #-0.1
-                       <bes f'>
+                       <<bes f'>>
                }
        >
   }
@@ -26,3 +26,4 @@
   }  
   \midi { }
 }
+%% new-chords-done %%