]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / phrasing-slur.ly
1
2 \version "2.1.7"
3
4 \header {
5 texidoc="Slurs play 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