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