]> git.donarmstrong.com Git - lilypond.git/blob - input/test/force-hshift.ly
1636ed3904a94624595594b48c7b7db47a3ea1a1
[lilypond.git] / input / test / force-hshift.ly
1
2 \version "2.2.0"
3 \header {
4     texidoc="@cindex Force hshift
5 Horizontal shift (@code{hshift}) can be forced in order to avoid collisions. " }
6
7 \score { 
8      \notes\relative c'
9        \context Staff << {
10                         <d g>
11                         <d g>
12                 } \\ {
13                         <b f'>
14 \once \override NoteColumn  #'force-hshift = #1.7
15                         <b f'>
16                 }
17         >> 
18   \paper {
19     raggedright = ##t
20   }  
21 }
22