]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-no-notes.ly
Add a TODO comment re grace note spacing.
[lilypond.git] / input / regression / lyrics-no-notes.ly
1 \header {
2   texidoc ="lyric syllables without note attachment are
3 not centered; Centering may cause unintended effects when
4 the papercolumn is very wide."
5   }
6  
7 \layout{
8   ragged-right = ##t
9 }
10
11 \version "2.10.7"
12 <<
13   \new Staff \relative c' {
14     \key aes \major
15     \context Voice = "1" { 
16       f8 f
17       \emptyText
18       
19       f^"xxxxxxxxxxxxxxxxxxxxxxxxxx"  f
20     }
21   }
22   \new Lyrics \lyricmode {
23     \skip 8
24     \skip 8
25     x8
26     x8
27   }
28 >>