]> git.donarmstrong.com Git - lilypond.git/blob - input/test/knee.ly
Renamed file.
[lilypond.git] / input / test / knee.ly
1 \version "1.7.18"
2 % candidate for regression?  -gp
3 \header { texidoc = "REGRESSION or DELETE "}
4 \score{
5         \notes\relative c'{
6                 \property Voice.Beam \override #'auto-knee-gap = ##f
7                  c16-[ \stemDown c'' \stemBoth c,, d]
8                 \stemDown  d''-[ a \stemBoth c,, g,]
9                 \stemUp  g-[ c' \stemBoth a'' d']
10         }
11 }
12 %% new-chords-done %%