1
2
3\header
4{
5
6texidoc = "At line breaks, ottava brackets have no vertical line and
7their horizontal line does not stick out.  The dashed line runs until
8the end of the line (regardless of prefatory matter).
9"
10
11}
12
13\version "2.19.21"
14
15
16\layout { ragged-right = ##t }
17\relative  {
18    a''2 b
19    \ottava #1
20    a2 b \time 3/4  \break c''2. \break
21    a
22    \ottava #0
23    g,,2 b4 c2 a4
24}
25
26