1\version "2.21.0"
2
3\header {
4  texidoc = "Breve, longa, and maxima rests should hang down from
5staff lines in one line staves, different staff space and font size."
6}
7
8music = {
9  \omit Staff.TimeSignature
10  \compressEmptyMeasures
11  \override MultiMeasureRest.usable-duration-logs = #'(3)
12  \override MultiMeasureRest.expand-limit = 127
13
14  \time 381/16
15  r8. r4. r2. r1. r\breve. r\longa. r\maxima.
16  \time 1/8
17  R8*127
18}
19
20<<
21  \new Staff \music
22  \new RhythmicStaff \music
23  \new TabStaff \with {
24    \tabFullNotation
25  } \music
26  \new CueVoice \music
27>>
28