]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skiptypesetting-show-first-and-last.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / skiptypesetting-show-first-and-last.ly
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.14.0"
9
10 showFirstLength = R1*1
11 showLastLength = R1*2
12 \paper {
13   ragged-right = ##T
14 }
15
16 {
17   c1 d e f g a
18 }