]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-rest.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / slur-rest.ly
1 \version "1.5.68"
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 { linewidth = -1. }
18     }