]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skiptypesetting-show-first.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / skiptypesetting-show-first.ly
1 \header {
2
3   texidoc = "@code{showFirstLength} will only show the first bit of a score"
4
5   }
6
7 \version "2.12.0"
8
9 showFirstLength = R1*3
10 \paper {
11   ragged-right = ##T
12 }
13
14 {
15   c1 d e f g a
16 }