X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fslur-ugly.ly;h=e21f7290993c9fbd83aa1410ef3c66c9ba7441a4;hb=e16949415b428ba59212485f1212f02ef3481544;hp=ee14b737f1f6be4000af85ccbb3ff16f48ff4dc8;hpb=8842378bd0fed31bb365c1c8042519df06d14b9a;p=lilypond.git diff --git a/input/test/slur-ugly.ly b/input/test/slur-ugly.ly index ee14b737f1..e21f729099 100644 --- a/input/test/slur-ugly.ly +++ b/input/test/slur-ugly.ly @@ -1,16 +1,16 @@ -\version "2.1.29" +\version "2.3.4" \header { texidoc="@cindex Slur Ugly Strange slurs can be produced by setting properties by hand. " } -baseWalk = \notes \relative c { +baseWalk = \relative c { d,8( a' d f a d f d a f d a) } \score { - \notes \context PianoStaff << + \context PianoStaff << \time 6/4 \context Staff=up { s1 * 6/4 } \context Staff=down << @@ -22,13 +22,13 @@ baseWalk = \notes \relative c { \paper { raggedright = ##t \context { - \VoiceContext + \Voice \override Slur #'beautiful = #5.0 \override Slur #'direction = #1 \override Stem #'direction = #-1 } \context { - \PianoStaffContext + \PianoStaff \override VerticalAlignment #'threshold = #'(5 . 5) } }