]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stick-out.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-stick-out.ly
1
2 \header {
3
4   texidoc = "LilyPond will space a line to prevent text sticking out of the
5   right margin unless @code{keep-inside-line} is false for the relevant
6   PaperColumn."
7
8 }
9
10 \version "2.16.0"
11
12 \layout { ragged-right = ##t } 
13
14 \relative c' {
15   c1 c1^"This is a really long text" c
16 }
17