]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur-slur-avoid.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / phrasing-slur-slur-avoid.ly
1
2 \version "2.14.0"
3 \header{
4     texidoc="@code{PhrasingSlur}s go over normal slurs."
5 }
6
7 \layout { ragged-right = ##t }
8
9 \relative c''{
10     c8 \( (d e f) g ( a b c)
11           c ( b a g) f ( e d c)\)
12 }
13