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.19.21"
11
12\layout { ragged-right = ##t }
13
14\relative {
15  c'1 c1^"This is a really long text" c
16}
17
18