]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-dots.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / slur-dots.ly
1
2 \version "2.3.22"
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