]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skiptypesetting-show-last.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / skiptypesetting-show-last.ly
1 \header {
2
3   texidoc = "@code{showLastLength} will only show the last bit of a score"
4
5   }
6
7 \version "2.16.0"
8
9 showLastLength = R1*3
10 \paper {
11   ragged-right = ##T
12 }
13
14 {
15   c1 d e f g a
16 }