]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-second.ly
move from abe.ly
[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="
8 Seconds are tricky.  We used to have problems with seconds being too
9 steep, or getting too long stems.  In a file like this, showing
10 seconds, you'll spot something fishy very quickly.
11  
12 " }
13 \score{
14     \notes\relative c''{
15         \stemUp
16          b8-[ c]
17          b16-[ c]
18          a'-[ b]
19     }
20     \paper{
21         raggedright = ##t
22     }
23 }%% new-chords-done %%