]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / phrasing-slur.ly
1 \version "1.7.18"
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     raggedright = ##t
13   }
14 }
15