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