]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stick-out.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / spacing-stick-out.ly
1
2 \header {
3
4   texidoc = "If @code{keep-inside-line} is set for the relevant
5   PaperColumn, LilyPond will space a line to prevent text sticking out
6   of the right margin."
7
8 }
9
10 \version "2.12.0"
11
12 \layout { ragged-right = ##t } 
13
14 \relative {
15   \override Score.PaperColumn #'keep-inside-line = ##t 
16   c1 c1^"This is a really long text" c
17 }
18