]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stick-out.ly
new file.
[lilypond.git] / input / regression / spacing-stick-out.ly
1
2 \header {
3
4   texidoc = "Unless @code{allow-outside-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.5.2"
11
12 \layout { raggedright = ##t } 
13 \relative {
14   c1 c1^"This is a really long text" c
15 }
16