]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stick-out.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[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.14.0"
11
12 \layout { ragged-right = ##t } 
13
14 \relative c' {
15   c1 c1^"This is a really long text" c
16 }
17