]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-swap.ly
8b24a4e5a26b5337ea635009d9d56a450571b941
[lilypond.git] / input / test / slur-swap.ly
1 \version "1.0.6";
2
3 % urg, the direction of the slur gets swapped!
4 \score{
5         \notes\relative c{
6         \slurup
7         \stemup
8                 [e'8( c' a b]
9         \stemdown
10                 [e c a )e] \break 
11         \stemup
12                 [e8( c' a b]
13         \stemdown
14                 [e c a )e] e1
15         }
16         \paper{
17                 indent = 0.\mm
18                 linewidth=80.\mm
19         }
20 }