]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hshift.ly
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / input / test / hshift.ly
index 4d6615e3fbf4385782c9906a81aaddb2eef8d07c..b2d1b1df410735cfe23c920aa2d8979c56176974 100644 (file)
@@ -1,6 +1,6 @@
-\version "2.1.22"
+\version "2.3.4"
 \header { texidoc = "@cindex Horizontal Shift
-You can manually shift notes horizontally. " }
+Notes may be manually horizontally shifted. " }
 
 shiftI = \override NoteColumn  #'horizontal-shift = #0
 shiftII = \override NoteColumn  #'horizontal-shift = #1
@@ -9,7 +9,7 @@ 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'' }