]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hshift.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / hshift.ly
index 87ef5ba455259e0248f618ad545d7367d11963e0..b2d1b1df410735cfe23c920aa2d8979c56176974 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.1.7"
+\version "2.3.4"
 \header { texidoc = "@cindex Horizontal Shift
-You can manually shift notes horizontally. " }
+Notes may be manually horizontally shifted. " }
 
-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
+shiftI = \override NoteColumn  #'horizontal-shift = #0
+shiftII = \override NoteColumn  #'horizontal-shift = #1
+shiftIII = \override NoteColumn  #'horizontal-shift = #2
+shiftIV = \override NoteColumn  #'horizontal-shift = #3
+shiftV = \override NoteColumn  #'horizontal-shift = #4
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     
        \context Staff <<
                \new Voice  {\stemUp \shiftI g'' }