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