]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-mininum.ly
update syntax in .ly files.
[lilypond.git] / input / test / slur-mininum.ly
1 \version "1.7.6"
2 \header {
3 texidoc = "" 
4 }
5
6 \score{
7         \notes\relative c''{
8                 \time 2/4
9                 \property Voice.Slur \set #'minimum-length = #40
10                 c()c
11                 c~c\break
12                 }
13 }
14 %% new-chords-done %%