]> git.donarmstrong.com Git - lilypond.git/blob - input/test/drarn.ly
update syntax in .ly files.
[lilypond.git] / input / test / drarn.ly
1 \version "1.7.6"
2
3 \score {
4   \context Staff \notes <
5     \time 3/8
6     \context Voice=one \relative c'' {
7       \property Voice.Stem \set #'direction = #1
8       \property Voice.Tie \set #'direction = #1
9       \property Voice.Slur \set #'direction = #1
10       \property Voice.Slur \set #'attachment = #'(head . head)
11       c8~c()c  
12     }
13     \context Voice=two \relative c'' {
14       \property Voice.Stem \set #'direction = #-1
15       \property Voice.Tie \set #'direction = #-1
16       \property Voice.Slur \set #'direction = #-1
17       \property Voice.Slur \set #'attachment = #'(head . head)
18       a8()a~a  
19     }
20   >
21   \paper { linewidth = 40*\staffspace } 
22 }
23 %% new-chords-done %%