]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-dots.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / slur-dots.ly
1
2 \version "2.6.0"
3 \header{
4 texidoc="Slurs should not get confused by augmentation dots.  With a lot
5 of dots, the problems becomes more visible."
6 }
7 \score {
8   \relative c'' {
9     c4.............( c)
10   }
11   \layout {
12     raggedright = ##t
13   }
14 }
15
16