]> git.donarmstrong.com Git - lilypond.git/blob - input/test/drarn-slurs.ly
update syntax in .ly files.
[lilypond.git] / input / test / drarn-slurs.ly
1 \version "1.7.6"
2
3 \header{
4 texidoc="
5 Slurs can be forced to always attach to note heads.
6 "
7 }
8
9 fragment = \notes {
10   \property Voice.Slur \set #'direction = #1
11   \property Voice.Slur \set #'attachment = #'(head . head)
12   g''16()g()g()g()d'()d()d()d
13 }
14
15 \paper { linewidth = -1. } 
16
17 \score {
18   \notes\relative c \fragment
19   \paper { }  
20 }
21 %% new-chords-done %%