1
2\version "2.21.0"
3
4\header{
5texidoc="
6Inside-staff beams should align with staff lines (sit, straddle, hang) as
7smoothly as possible (standard-sized beams).  The outside-staff beams do not
8interfere with staff lines, so the inside-staff beams are more important when
9it comes to beam quanting/@/scoring/@/positioning."
10}
11
12\layout {
13  indent = 0
14  ragged-right = ##t
15  \context {
16    \Staff
17    \omit Clef
18    \omit TimeSignature
19  }
20}
21
22testMusic = {
23  \cadenzaOn
24   a8[ 8]
25   16[ 16]
26   32[ 32]
27   64[ 64]
28   128[ 128]
29   256[ 256]
30   512[ 512]
31   1024[ 1024]
32   128[ 64 32 16 8]
33   8[ 128 128 16]
34}
35
36<<
37  \new Staff \testMusic
38  \new Staff \transpose a c''' \testMusic
39>>
40