]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-minimum-length.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / test / slur-minimum-length.ly
1
2 \version "2.10.0"
3
4 \header { texidoc = "@cindex Slur Minimum Length
5 By setting the minimum length of a slur, notes are more separated. " 
6 }
7
8 \score{
9         \relative c''{
10                 \time 2/4
11                 \override Slur  #'minimum-length = #40
12                 c(c)
13                 c~c\break
14                 }
15 }
16