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