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