]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-dots.ly
(conv): dashes rule.
[lilypond.git] / input / regression / slur-dots.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 \header{
4 texidoc="Slurs should not get confused by augmentation dots.  We use a lot
5 of dots here, to make problems more visible."
6 }
7 \score {
8   \notes\relative c'' {
9     c4.............( c)
10   }
11   \paper {
12     raggedright = ##t
13   }
14 }
15
16