]> git.donarmstrong.com Git - lilypond.git/blob - input/test/hshift.ly
be09c586ab434dd2ae6d494a963a328a1b203609
[lilypond.git] / input / test / hshift.ly
1 \score { 
2   \context Voice \notes\relative c {
3     
4         \context Staff <
5                 \context Voice =VA  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 0 g'' }
6                 \context Voice =VB  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 1 e }
7                 \context Voice =VC  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 2 c }
8                 \context Voice =VD  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 3 a }
9                 \context Voice =VE  {\property Voice.verticalDirection=1 \property Voice.horizontalNoteShift = 4 f }
10         >
11         
12         
13         
14   }
15   \paper { }  
16   \midi { }
17 }