]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-symmetry.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / slur-symmetry.ly
1
2 \score{
3         \notes\relative c'<
4                 \time 6/8;
5                 \context Staff{
6                         e8(e)e e(d)e e(c)e e(b)e
7                 }
8                 \context Staff=x{
9                         f'8(f)f f(g)f f(a)f f(b)f
10                 }
11         >
12         \paper{
13                 linewidth=-1.;
14         }
15 }