]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-dots.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / slur-dots.ly
1
2 \version "2.1.26"
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   \notes\relative c'' {
9     c4.............( c)
10   }
11   \paper {
12     raggedright = ##t
13   }
14 }
15
16