1\version "2.19.8"
2
3\header {
4  texidoc = "Slurs should be scaled along with notation size when
5using the @code{\magnifyMusic} command.  They can get thicker than
6the default, but not thinner."
7}
8
9\score {
10  \new Voice {
11    \omit Staff.TimeSignature
12    \time 7/8
13    <<
14      { \repeat unfold 7 \relative { g'32[( a b c)] } }
15      {
16        \magnifyMusic 0.50 s8
17        \magnifyMusic 0.63 s
18        \magnifyMusic 0.80 s
19        \magnifyMusic 1.00 s
20        \magnifyMusic 1.26 s
21        \magnifyMusic 1.59 s
22        \magnifyMusic 2.00 s
23      }
24    >>
25  }
26  \addlyrics { "50%" _ _ "100%" _ _ "200%" }
27}
28