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