]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-mininum.ly
release: 1.3.142
[lilypond.git] / input / test / slur-mininum.ly
1 \header {
2 texidoc = "" ;
3 }
4
5 \score{
6         \notes\relative c''{
7                 \time 2/4;
8                 \property Voice.Slur \set #'minimum-length = #40
9                 c()c
10                 c~c\break
11                 }
12 }