]> git.donarmstrong.com Git - lilypond.git/blob - input/test/phrasing-slur-height.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / phrasing-slur-height.ly
1
2 \version "2.1.26"
3 \header{ texidoc="@cindex Phrasing Slur Height
4 Make PhrasingSlur higher, to avoid colission from other slurs. "
5 }
6
7 \score {
8     \new Staff \notes\relative c''{
9         \override Staff.PhrasingSlur  #'height-limit = #8.0
10         c8 \( (d e f) g ( a b c)
11         | c ( b a g) f ( e d c)\)
12     }
13     \paper { raggedright = ##t }
14 }
15