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