X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-script.ly;h=2047c50c6f16bbce56287246d8c51f10e7cfdc35;hb=89d3c06c35d8a9afc4ae023a22100230b21e7ffa;hp=ff0b90b6bd4d24376b8a29a9b94fc7d0a746721e;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/slur-script.ly b/input/regression/slur-script.ly index ff0b90b6bd..2047c50c6f 100644 --- a/input/regression/slur-script.ly +++ b/input/regression/slur-script.ly @@ -1,28 +1,22 @@ \header { - texidoc = "A slur avoids collisions with scripts. Only articulations - go inside the slur, dynamic markings, fingerings texts etc. go outside - of slur. - - For different configurations, the scripts can be moved manually." - } + texidoc = "A slur avoids collisions with scripts, which are placed + either inside or outside the slur, depending on the script. The + slur responds appropriately if a script is moved." +} -\version "2.3.17" -\paper { - raggedright = ##t +\version "2.19.21" +\layout { + indent = 0\mm + ragged-right = ##t } \relative { - b4-.( b-. b-.) - b(-. d-.) - - b_1( b b_1_2_3) - c-1_\markup { \italic {"cresc."}}( f c) - c-1( c\f c) - \once \override Script #'padding = #1.2 - b-.( b-. - \once \override Script #'padding = #1.2 - b-.) - e=''16[-.( f-.)] + b4-.( b-.) + \once \override Script.padding = #1.5 + b-.( b-.) + b_\downbow( b_\downbow) + \once \override Script.padding = #1.5 + b_\downbow( b_\downbow) }