]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-attachment.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / slur-attachment.ly
1 \version "1.7.18"
2 \header {texidoc="
3 covered by slur-attachment-override.  DELETE. "}
4
5 fragment = \notes {
6   \property Voice.Slur \set #'direction = #1
7   \property Voice.Stem \set #'length = #5.5
8   g''8(g g4-)
9   g4(g8 g-)
10   \property Voice.Slur \set #'attachment = #'(stem . stem)
11   g8(g g4-)
12   g4(g8 g-)
13 }
14
15 \paper { raggedright = ##t} 
16
17 \score {
18   \notes\relative c \fragment
19   \paper { }  
20 }
21 %% new-chords-done %%