]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-script.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / slur-script.ly
1
2 \header {
3
4   texidoc = "A slur avoids collisions with scripts, which are placed
5     either inside or outside the slur, depending on the script.  The
6     slur responds appropriately if a script is moved."
7 }
8
9 \version "2.14.0"
10 \layout {
11   indent = 0\mm
12   ragged-right = ##t
13 }
14 \relative
15 {
16   b4-.( b-.)
17   \once \override Script #'padding = #1.5
18   b-.( b-.)
19   b_\downbow( b_\downbow)
20   \once \override Script #'padding = #1.5
21   b_\downbow( b_\downbow)
22 }