]> git.donarmstrong.com Git - lilypond.git/blob - input/test/hshift.ly
release: 1.3.107
[lilypond.git] / input / test / hshift.ly
1
2 shiftI \property Voice.NoteColumn \push #'horizontal-shift = #0
3 shiftII \property Voice.NoteColumn \push #'horizontal-shift = #1
4 shiftIII \property Voice.NoteColumn \push #'horizontal-shift = #2
5 shiftIV \property Voice.NoteColumn \push #'horizontal-shift = #3
6 shiftV \property Voice.NoteColumn \push #'horizontal-shift = #4
7
8 \score { 
9   \context Voice \notes\relative c {
10     
11         \context Staff <
12                 \context Voice =VA  {\stemUp \shiftI g'' }
13                 \context Voice =VB  {\stemUp \shiftII e }
14                 \context Voice =VC  {\stemUp \shiftIII c }
15                 \context Voice =VD  {\stemUp \shiftIV a }
16                 \context Voice =VE  {\stemUp \shiftV f }
17         >       
18   }
19   \paper { }  
20   \midi { }
21 }