]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stick-out.ly
* lily/accidental-engraver.cc: formatting fixes.
[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.6.0"
11
12 \layout { raggedright = ##t } 
13 \relative {
14   \override PaperColumn #'keep-inside-line = ##t 
15   c1 c1^"This is a really long text" c
16 }
17