]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
*** empty log message ***
[lilypond.git] / input / test / force-hshift.ly
index 1bc221d471b5247a8189e1ca83ab667dd1cf7146..645ba168d7bb3b6520c16626c57ae5deec49b5f8 100644 (file)
@@ -1,29 +1,23 @@
-\version "1.7.6"
+
+\version "1.9.8"
 \header {
-    texidoc="Force hshift to override collisions"
-    }
+    texidoc="@cindex Force hshift
+Force hshift to override collisions. " }
 
 \score { 
-  \context Voice \notes\relative c {
-    
-       \context Staff <
-               \context Voice = VA {
-                       \property Voice.NoteColumn \override #'force-hshift = #0.1
-                       \stemUp
-                       \property Voice.NoteColumn \override #'horizontal-shift = #1
-                       <<g' d'>>
-               }
-               \context Voice = VB {
-                       \stemDown
-                       \property Voice.NoteColumn \override #'horizontal-shift = #1
-                       \property Voice.NoteColumn \override #'force-hshift = #-0.1
-                       <<bes f'>>
+     \notes\relative c'
+       \context Staff << {
+                       <d g>
+                       <d g>
+               } \\ {
+                       <b f'>
+\once \property Voice.NoteColumn
+  \override #'force-hshift = #1.7
+                       <b f'>
                }
-       >
-  }
+       >> 
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
-  \midi { }
 }
-%% new-chords-done %%
+