1\header {
2
3  texidoc = "@code{showFirstLength} and @code{showLastLength} may be set at the
4  same time; both the beginning and the end of the score will be printed."
5
6  }
7
8\version "2.16.0"
9
10showFirstLength = R1*1
11showLastLength = R1*2
12\paper {
13  ragged-right = ##T
14}
15
16{
17  c1 d e f g a
18}
19