]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-attachment.ly
4f7e8d4991cd1b162c5cee2084ee1a4997401cde
[lilypond.git] / input / test / slur-attachment.ly
1 \score{
2         \notes \relative c''{
3                 % URG, make stem length match beam!
4                 \property Voice.stemLength = #5
5
6                 \property Voice.slurVerticalDirection = #1
7                 \property Voice.slurEndAttachment = #'stem
8                 a8(a)a4
9                 \property Voice.slurEndAttachment = ##f
10                 \property Voice.slurBeginAttachment = #'stem
11                 a4(a8)a
12         }
13         \paper{
14                 indent = 0.0;
15                 linewidth = 60.0\mm;
16         }
17 }