]> git.donarmstrong.com Git - lilypond.git/blob - input/test/hshift.ly
996640bb22cb420667e0771059f526e6757fadff
[lilypond.git] / input / test / hshift.ly
1
2 \version "1.3.117";
3
4
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
10
11 \score { 
12   \context Voice \notes\relative c {
13     
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 }
20         >       
21   }
22   \paper { }  
23   \midi { }
24 }