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