]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-rest.ly
e8477fb365591f14209edb508e4b2a05a85375aa
[lilypond.git] / input / regression / slur-rest.ly
1 \header
2 {
3     texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
4 the rest
5
6 "
7 }
8 \score{ \notes  { \stemDown c'4 ( r4 ) c'2
9
10                   \relative c'' { 
11         % Finish with F if played separately 
12         c8-.(   r c,-. r ) c4 r4|  }
13                   
14
15               }
16 \paper { linewidth = -1. }
17     }