]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-attachment.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / slur-attachment.ly
1
2 \version "2.1.26"
3
4 \header{
5 texidoc="
6 Slurs should be attached to note heads, except when they would collide
7 with beams.  
8 "
9 }
10 \score{
11         \notes \relative c''{
12                 \override Slur  #'direction = #1
13                 a8( a a4)
14                 a4( a8 a)
15                 a8 a(a4)
16                 a4( a8) a
17         }
18         \paper{ 
19                 indent = 0.0
20                 linewidth = 100.\mm
21         }
22 }
23