]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/expressive/setting-the-minimum-length-of-a-slur-to-separate-notes.ly
Update from LSR.
[lilypond.git] / input / lsr / expressive / setting-the-minimum-length-of-a-slur-to-separate-notes.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
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
17