]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur.ly
c49a98a9838619c623a10007a277ad2cefd678e8
[lilypond.git] / input / regression / phrasing-slur.ly
1
2 \header {
3 texidoc="Slurs play well with phrasing slur.";
4 }
5
6 \score {
7   \notes\relative c'' {
8     \time 6/4; c\((d)e f(e)\)d
9   }
10   \paper {
11     linewidth = -1.;
12   }
13 }