]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-second.ly
Moved files to input/regression.
[lilypond.git] / input / regression / beam-second.ly
1 \version "1.7.18"
2 % delete me?
3 %TODO: what's this for? manual beaming? (the two pairs of 16ths)
4 %  showing \stemUp?
5 % all of those things are covered in refman and/or other files
6 \header{
7   texidoc="DELETE ME
8 " }
9 \score{
10     \notes\relative c''{
11         \stemUp
12          b8-[ c]
13          b16-[ c]
14          a'-[ b]
15     }
16     \paper{
17         raggedright = ##t
18     }
19 }%% new-chords-done %%