]> git.donarmstrong.com Git - lilypond.git/blob - input/test/force-hshift.ly
f1797ca317ff165af901be905a5682ed04005c09
[lilypond.git] / input / test / force-hshift.ly
1
2 \version "1.9.4"
3 \header {
4     texidoc="@cindex Force hshift
5 Force hshift to override collisions. " }
6
7 \score { 
8      \notes\relative c'
9        \context Staff << {
10                         <d g>
11                         <d g>
12                 } \\ {
13                         <b f'>
14 \once \property Voice.NoteColumn
15   \override #'force-hshift = #1.7
16                         <b f'>
17                 }
18         >> 
19   \paper {
20     raggedright = ##t
21   }  
22 }
23