]> git.donarmstrong.com Git - lilypond.git/blob - input/test/force-hshift.sly
release: 1.3.18
[lilypond.git] / input / test / force-hshift.sly
1
2 \context Staff <
3         \context Voice = VA {
4                 \property Voice.forceHorizontalShift = #0.1
5                 \stemup
6                 \property Voice.horizontalNoteShift=1
7                 <g' d'>
8         }       
9
10         \context Voice = VB {
11                 \stemdown
12                 \property Voice.horizontalNoteShift=1
13                 \property Voice.forceHorizontalShift = #-0.1
14                 <bes f'>
15         }
16 >