]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-follow-music.ly
update syntax in .ly files.
[lilypond.git] / input / test / slur-follow-music.ly
1 \version "1.7.6"
2
3 \score { 
4   \context Voice \notes\relative c {
5     % CASE 3
6         d''4 ( ) b a ( ) e' \break
7         g,( \stemDown ) b \stemBoth c ( ) f, \break
8         
9         % no adjusting...
10         \stemUp [d'8 ( b a] \stemBoth ) e' \break
11         \stemUp [g,8 ( b d] \stemBoth ) c \break
12         
13         % still ugly
14         g4 ( b d ) c \break
15         
16         %TIES
17         d ~ b a ~ e' \break
18         g, ~ \stemDown b \stemBoth c ~ f, \break
19         
20         
21   }
22   \paper {
23     linewidth=-1.0
24   }  
25   \midi { }
26 }
27 %% new-chords-done %%