]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / force-hshift.ly
index 097ddc3812f55d56b40a1d66b436aeff80887682..9dd87b81a3c2327b5ed52d422a73986b17485857 100644 (file)
@@ -1,26 +1,28 @@
-\version "1.3.96";
+\version "1.7.18"
+\header {
+    texidoc="@cindex Force hshift
+Force hshift to override collisions. " }
+
 \score { 
   \context Voice \notes\relative c {
     
        \context Staff <
                \context Voice = VA {
-                       \property Voice.forceHorizontalShift = #0.1
+                       \property Voice.NoteColumn \override #'force-hshift = #0.1
                        \stemUp
-                       \property Voice.horizontalNoteShift=1
-                       <g' d'>
-               }       
-       
+                       \property Voice.NoteColumn \override #'horizontal-shift = #1
+                       <<g' d'>>
+               }
                \context Voice = VB {
                        \stemDown
-                       \property Voice.horizontalNoteShift=1
-                       \property Voice.forceHorizontalShift = #-0.1
-                       <bes f'>
+                       \property Voice.NoteColumn \override #'horizontal-shift = #1
+                       \property Voice.NoteColumn \override #'force-hshift = #-0.1
+                       <<bes f'>>
                }
        >
-       
   }
   \paper {
-    linewidth=-1.0;
+    raggedright = ##t
   }  
-  \midi { }
 }
+%% new-chords-done %%