]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-minimum-length.ly
*** empty log message ***
[lilypond.git] / input / test / slur-minimum-length.ly
1
2 \version "2.1.28"
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         \notes\relative c''{
10                 \time 2/4
11                 \override Slur  #'minimum-length = #40
12                 c(c)
13                 c~c\break
14                 }
15 }
16