X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Ftest%2Fforce-hshift.ly;h=f1797ca317ff165af901be905a5682ed04005c09;hb=70048d99398924e7ca0eb481925145ec243700c5;hp=097ddc3812f55d56b40a1d66b436aeff80887682;hpb=60dd8eb0afbed0abae97e96b1f2c98b90da00bf5;p=lilypond.git diff --git a/input/test/force-hshift.ly b/input/test/force-hshift.ly index 097ddc3812..f1797ca317 100644 --- a/input/test/force-hshift.ly +++ b/input/test/force-hshift.ly @@ -1,26 +1,23 @@ -\version "1.3.96"; + +\version "1.9.4" +\header { + texidoc="@cindex Force hshift +Force hshift to override collisions. " } + \score { - \context Voice \notes\relative c { - - \context Staff < - \context Voice = VA { - \property Voice.forceHorizontalShift = #0.1 - \stemUp - \property Voice.horizontalNoteShift=1 - - } - - \context Voice = VB { - \stemDown - \property Voice.horizontalNoteShift=1 - \property Voice.forceHorizontalShift = #-0.1 - + \notes\relative c' + \context Staff << { + + + } \\ { + +\once \property Voice.NoteColumn + \override #'force-hshift = #1.7 + } - > - - } + >> \paper { - linewidth=-1.0; + raggedright = ##t } - \midi { } } +