]> git.donarmstrong.com Git - lilypond.git/blob - input/test/force-hshift.ly
update syntax in .ly files.
[lilypond.git] / input / test / force-hshift.ly
1 \version "1.7.6"
2 \header {
3     texidoc="Force hshift to override collisions"
4     }
5
6 \score { 
7   \context Voice \notes\relative c {
8     
9         \context Staff <
10                 \context Voice = VA {
11                         \property Voice.NoteColumn \override #'force-hshift = #0.1
12                         \stemUp
13                         \property Voice.NoteColumn \override #'horizontal-shift = #1
14                         <<g' d'>>
15                 }
16                 \context Voice = VB {
17                         \stemDown
18                         \property Voice.NoteColumn \override #'horizontal-shift = #1
19                         \property Voice.NoteColumn \override #'force-hshift = #-0.1
20                         <<bes f'>>
21                 }
22         >
23   }
24   \paper {
25     linewidth=-1.0
26   }  
27   \midi { }
28 }
29 %% new-chords-done %%