]> git.donarmstrong.com Git - lilypond.git/blob - input/features/ophee-slurs.ly
patch::: 1.3.128.jcn4
[lilypond.git] / input / features / ophee-slurs.ly
1 \header{
2 texidoc="
3 Slurs can be forced to always attach to note heads.
4 ";
5 }
6
7 fragment = \notes {
8   \property Voice.Slur \set #'direction = #1
9   \property Voice.Slur \set #'attachment = #'(head . head)
10   g''16()g()g()g()d'()d()d()d
11 }
12
13 \paper { linewidth = -1.; } 
14
15 \score {
16   \notes\relative c \fragment
17   \paper { }  
18 }