]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-minimum-length.ly
* scm/define-grobs.scm (all-grob-descriptions): remove
[lilypond.git] / input / test / slur-minimum-length.ly
1
2 \version "2.1.7"
3
4 \header { texidoc = "@cindex Slur Minimum Length
5 You can set the minimum length of a slur. " 
6 }
7
8 \score{
9         \notes\relative c''{
10                 \time 2/4
11                 \property Voice.Slur \set #'minimum-length = #40
12                 c(c)
13                 c~c\break
14                 }
15 }
16