]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-follow-music.ly
00d93568b136df496f56370c183413fb946a1f2e
[lilypond.git] / input / test / slur-follow-music.ly
1 \version "1.7.18"
2 % more fodder for regression.  -gp
3 \header {texidoc = "DELETE or REGRESSION"}
4
5 \score { 
6   \context Voice \notes\relative c {
7     % CASE 3
8         d''4 (  b-) a (  e'-) \break
9         g,( \stemDown  b-) \stemBoth c (  f,-) \break
10         
11         % no adjusting...
12         \stemUp  d'8-[ ( b a] \stemBoth  e'-) \break
13         \stemUp  g,8-[ ( b d] \stemBoth  c-) \break
14         
15         % still ugly
16         g4 ( b d  c-) \break
17         
18         %TIES
19         d ~ b a ~ e' \break
20         g, ~ \stemDown b \stemBoth c ~ f, \break
21         
22         
23   }
24   \paper {
25     raggedright = ##t
26   }  
27 }
28