]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-follow-music.ly
release: 1.3.41
[lilypond.git] / input / test / slur-follow-music.ly
1 \score { 
2   \context Voice \notes\relative c {
3     % CASE 3
4         d''4 ( ) b a ( ) e' \break
5         g,( \stemdown ) b \stemboth c ( ) f, \break
6         
7         % no adjusting...
8         \stemup [d'8 ( b a] \stemboth ) e' \break
9         \stemup [g,8 ( b d] \stemboth ) c \break
10         
11         % still ugly
12         g4 ( b d ) c \break
13         
14         %TIES
15         d ~ b a ~ e' \break
16         g, ~ \stemdown b \stemboth c ~ f, \break
17         
18         
19   }
20   \paper {
21     linewidth=-1.0;
22   }  
23   \midi { }
24 }