]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/force-hshift.ly
*** empty log message ***
[lilypond.git] / input / test / force-hshift.ly
index f1797ca317ff165af901be905a5682ed04005c09..1636ed3904a94624595594b48c7b7db47a3ea1a1 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "1.9.4"
+\version "2.2.0"
 \header {
     texidoc="@cindex Force hshift
-Force hshift to override collisions. " }
+Horizontal shift (@code{hshift}) can be forced in order to avoid collisions. " }
 
 \score { 
      \notes\relative c'
@@ -11,8 +11,7 @@ Force hshift to override collisions. " }
                        <d g>
                } \\ {
                        <b f'>
-\once \property Voice.NoteColumn
-  \override #'force-hshift = #1.7
+\once \override NoteColumn  #'force-hshift = #1.7
                        <b f'>
                }
        >>