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