]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-attachment.ly
7a00de868724adc2d343f0e908141ac8b57bb771
[lilypond.git] / input / regression / slur-attachment.ly
1 \header{
2 texidoc="
3 Slurs should be attached to note heads, except when they would collide
4 with beams.  Also see: ophee-slurs.
5 ";
6 }
7 \score{
8         \notes \relative c''{
9                 \property Voice.Slur \set #'direction = #1
10                 a8( a )a4
11                 a4( a8 )a
12                 a8 a()a4
13                 a4() a8 a
14         }
15         \paper{ 
16                 indent = 0.0;
17                 linewidth = 100.\mm;
18         }
19 }