]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-recheck.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / auto-beam-recheck.ly
1 \version "2.19.21"
2 \header {
3
4   texidoc = "In 4/4 time, the first and second and third and fourth
5 beats should be beamed together if only eighth notes are involved.
6 If any shorter notes are included, each beat should be beamed separately."
7
8 }
9 \layout { ragged-right = ##t }
10
11 \relative {
12   \repeat unfold 8 { a'8} |
13   a8 a a a16 a a8 a  a16 a a8 |
14   r16 a8. a8 a16 a r8. a16 a8 a16 a |
15 }