]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-script.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / slur-script.ly
index bf3162ec2c4694472885cf86a5a0310f83b754a6..2047c50c6f16bbce56287246d8c51f10e7cfdc35 100644 (file)
@@ -1,35 +1,22 @@
 
 \header {
 
-    texidoc = "A slur avoids collisions with scripts.  Articulations
-    go inside the slur, dynamic markings go outside the slur.
-    Fingerings and texts are placed either inside or outside.
-
-    For different configurations, the defaults can be changed, and
-    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.6.0"
+\version "2.19.21"
 \layout {
-    raggedright = ##t
+  indent = 0\mm
+  ragged-right = ##t
 }
 \relative
 {
-    b4-.( b-. b-.)
-    b(-.  d-.)
-
-    b_1( f'_1_2_3 c_3_4_5 a)
-    b( f'\p b,)
-    
-    %% Do not force dynamics outside slur, only avoid collisions.
-    \override DynamicLineSpanner #'avoid-slur = #'()
-    \override DynamicLineSpanner #'padding = #0.3
-    b( e\p e\f b)
-    
-    c_\markup { \italic {"cresc."}}( c 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)
 }