]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-second.ly
release commit
[lilypond.git] / input / regression / beam-second.ly
1
2 \version "2.1.30"
3 \header{
4   texidoc="
5 Engraving second intervals is tricky.  We used to have problems with seconds 
6 being too steep, or getting too long stems.  In a file like this, showing
7 seconds, you'll spot something fishy very quickly.
8  
9 " }
10 \score{
11     \notes\relative c''{
12         \stemUp
13          b8[ c]
14          b16[ c]
15          a'[ b]
16     }
17     \paper{
18         raggedright = ##t
19     }
20 }