]> git.donarmstrong.com Git - lilypond.git/blob - input/test/force-hshift.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / force-hshift.ly
1
2 \version "2.1.26"
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 \override NoteColumn  #'force-hshift = #1.7
15                         <b f'>
16                 }
17         >> 
18   \paper {
19     raggedright = ##t
20   }  
21 }
22