]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
Web-ja: update introduction
[lilypond.git] / input / regression / beam-length.ly
1
2 \version "2.19.21"
3
4 \header{
5   texidoc="
6 Beams should look the same.
7 "
8 }
9 \layout { ragged-right= ##t }
10
11
12 \context Voice \relative {
13   d''8[ d d]  d[ g d]
14   c c
15 }