]> git.donarmstrong.com Git - lilypond.git/blob - input/test/force-hshift.ly
release: 1.3.41
[lilypond.git] / input / test / force-hshift.ly
1 \score { 
2   \context Voice \notes\relative c {
3     
4         \context Staff <
5                 \context Voice = VA {
6                         \property Voice.forceHorizontalShift = #0.1
7                         \stemup
8                         \property Voice.horizontalNoteShift=1
9                         <g' d'>
10                 }       
11         
12                 \context Voice = VB {
13                         \stemdown
14                         \property Voice.horizontalNoteShift=1
15                         \property Voice.forceHorizontalShift = #-0.1
16                         <bes f'>
17                 }
18         >
19         
20   }
21   \paper {
22     linewidth=-1.0;
23   }  
24   \midi { }
25 }