]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hshift.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / hshift.ly
index 44fc9806983ac485c3e91e0cbe4c417ef5e5bed0..23d8341616b8cf4fc8ee2232c17416a60cb959db 100644 (file)
@@ -1,17 +1,24 @@
+
+
+
+
+shiftI \property Voice.NoteColumn \override #'horizontal-shift = #0
+shiftII \property Voice.NoteColumn \override #'horizontal-shift = #1
+shiftIII \property Voice.NoteColumn \override #'horizontal-shift = #2
+shiftIV \property Voice.NoteColumn \override #'horizontal-shift = #3
+shiftV \property Voice.NoteColumn \override #'horizontal-shift = #4
+
 \score { 
   \context Voice \notes\relative c {
     
        \context Staff <
-               \context Voice =VA  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 0 g'' }
-               \context Voice =VB  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 1 e }
-               \context Voice =VC  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 2 c }
-               \context Voice =VD  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 3 a }
-               \context Voice =VE  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 4 f }
-       >
-       
-       
-       
+               \context Voice =VA  {\stemUp \shiftI g'' }
+               \context Voice =VB  {\stemUp \shiftII e }
+               \context Voice =VC  {\stemUp \shiftIII c }
+               \context Voice =VD  {\stemUp \shiftIV a }
+               \context Voice =VE  {\stemUp \shiftV f }
+       >       
   }
   \paper { }  
   \midi { }
-}
\ No newline at end of file
+}