]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
release: 1.3.146
[lilypond.git] / input / test / force-hshift.ly
index b70d20084ea3364b8c925d86412e9c700c3324e8..8557c48cb5ffd4089879f494d2be604701716471 100644 (file)
@@ -1,26 +1,25 @@
-\version "1.3.93";
+\version "1.3.146"
+
 \score { 
   \context Voice \notes\relative c {
     
        \context Staff <
                \context Voice = VA {
-                       \property Voice.forceHorizontalShift = #0.1
+                       \property Voice.NoteColumn \override #'forced-hshift = #0.1
                        \stemUp
-                       \property Voice.horizontalNoteShift=1
+                       \property Voice.NoteColumn \override #'horizontal-shift = #1
                        <g' d'>
-               }       
-       
+               }
                \context Voice = VB {
                        \stemDown
-                       \property Voice.horizontalNoteShift=1
-                       \property Voice.forceHorizontalShift = #-0.1
+                       \property Voice.NoteColumn \override #'horizontal-shift = #1
+                       \property Voice.NoteColumn \override #'forced-hshift = #-0.1
                        <bes f'>
                }
        >
-       
   }
   \paper {
-    linewidth=-1.0;
+    linewidth=-1.0
   }  
   \midi { }
 }