]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-no-notes.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyrics-no-notes.ly
1 \header {
2   texidoc ="Lyric syllables without note attachment are
3 aligned correctly even if the paper column is very wide."
4 }
5  
6 \layout{ ragged-right = ##t }
7
8 \version "2.19.21"
9 <<
10   \override Score.PaperColumn.keep-inside-line = ##f
11   \new Staff \relative {
12     \key aes \major
13     \context Voice = "1" { 
14       f'8 f
15       \textLengthOff
16       
17       f^"xxxxxxxxxxxxxxxxxxxxxxxxxx"  f
18     }
19   }
20   \new Lyrics \lyricmode {
21     \skip 8
22     \skip 8
23     xx8
24     x8
25   }
26 >>