]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-no-notes.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyrics-no-notes.ly
1 \header {
2   texidoc ="Lyric syllables without note attachment are not
3 centered.  Centering may cause unintended effects when the
4 paper column is very wide."
5 }
6  
7 \layout{ ragged-right = ##t }
8
9 \version "2.16.0"
10 <<
11   \override Score.PaperColumn #'keep-inside-line = ##f
12   \new Staff \relative c' {
13     \key aes \major
14     \context Voice = "1" { 
15       f8 f
16       \textLengthOff
17       
18       f^"xxxxxxxxxxxxxxxxxxxxxxxxxx"  f
19     }
20   }
21   \new Lyrics \lyricmode {
22     \skip 8
23     \skip 8
24     x8
25     x8
26   }
27 >>