]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-positions.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / test / slur-positions.ly
1 \version "1.7.18"
2 \header {texidoc = "
3 if this test isn't covered in regression, we're in trouble.  :)  DELETE. "}
4
5 \score{
6         \notes\relative c''{
7                 \slurUp
8                 a2 (a-)\break
9                 \slurDown
10                 a2 (a-)\break
11                 \slurUp
12                 c2 (c-)\break
13                 \slurDown
14                 c2 (c-)\break
15
16         }
17         \paper{
18                 raggedright = ##t
19         }
20 }
21
22