]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-symmetry-3.ly
* scripts/convert-ly.py (FatalConversionError.conv): conversion
[lilypond.git] / input / test / slur-symmetry-3.ly
1 \version "1.7.18"
2 % regression, and should be merged with -2.
3 \header { texidoc = "REGRESSION or DELETE. "}
4 %\header{
5 %title="symmetry.
6 %
7 %Both slurs should look the same. "
8 %}
9
10 \score{
11         \notes\relative c'{
12                 [g'8( e  c'-) g,] r2
13                 \break
14                 [d''8( f  a,-) d'] r2
15         }
16         \paper{
17         raggedright = ##t
18         }
19 }
20 %% new-chords-done %%