]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hshift.ly
Removed file; it was a duplicate of beam-isknee.ly
[lilypond.git] / input / test / hshift.ly
index ff7e6df5ad7ea83d864efb76dbf35ba5ab77e3db..a0bf5aba043a388ec8a7eae0cb7513e0f6463d15 100644 (file)
@@ -1,12 +1,12 @@
+\version "1.7.18"
+\header { texidoc = "@cindex Horizontal Shift
+You can manually shift notes horizontally. " }
 
-\version "1.3.110";
-
-
-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 = \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 {
@@ -19,6 +19,6 @@ shiftV \property Voice.NoteColumn \override #'horizontal-shift = #4
                \context Voice =VE  {\stemUp \shiftV f }
        >       
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
+%% new-chords-done %%