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