]> 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 e35bfc20ab44fb7ed43f6399858ade78f13a0aae..b2d1b1df410735cfe23c920aa2d8979c56176974 100644 (file)
@@ -1,16 +1,15 @@
-#(ly:set-option 'old-relative)
-\version "1.9.4"
+\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'' }