]> git.donarmstrong.com Git - lilypond.git/blob - input/test/phrasing-slur-height.ly
release commit
[lilypond.git] / input / test / phrasing-slur-height.ly
1
2 \version "2.1.30"
3 \header{ texidoc="@cindex Phrasing Slur Height
4 The @code{PhrasingSlur} can be made higher in order to avoid collision 
5 with other slurs. "
6 }
7
8 \score {
9     \new Staff \notes\relative c''{
10         \override Staff.PhrasingSlur  #'height-limit = #8.0
11         c8 \( (d e f) g ( a b c)
12         | c ( b a g) f ( e d c)\)
13     }
14     \paper { raggedright = ##t }
15 }
16