]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur.ly
*** empty log message ***
[lilypond.git] / input / regression / phrasing-slur.ly
1
2 \version "2.1.28"
3
4 \header {
5 texidoc="Ordinary slurs should work well with phrasing slur."
6 }
7
8 \score {
9   \notes\relative c'' {
10     \time 6/4 c\((d e) f(e d)\)
11   }
12   \paper {
13     raggedright = ##t
14   }
15 }
16