lilypond-1.3.118
[lilypond.git] / input / test / hshift.ly
blob996640bb22cb420667e0771059f526e6757fadff
2 \version "1.3.117";
5 shiftI \property Voice.NoteColumn \override #'horizontal-shift = #0
6 shiftII \property Voice.NoteColumn \override #'horizontal-shift = #1
7 shiftIII \property Voice.NoteColumn \override #'horizontal-shift = #2
8 shiftIV \property Voice.NoteColumn \override #'horizontal-shift = #3
9 shiftV \property Voice.NoteColumn \override #'horizontal-shift = #4
11 \score {
12 \context Voice \notes\relative c {
14 \context Staff <
15 \context Voice =VA {\stemUp \shiftI g'' }
16 \context Voice =VB {\stemUp \shiftII e }
17 \context Voice =VC {\stemUp \shiftIII c }
18 \context Voice =VD {\stemUp \shiftIV a }
19 \context Voice =VE {\stemUp \shiftV f }
22 \paper { }
23 \midi { }