]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-no-notes.ly
Make the length of beamlets configurable.
[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.11.51"
10 <<
11   \new Staff \relative c' {
12     \key aes \major
13     \context Voice = "1" { 
14       f8 f
15       \textLengthOff
16       
17       f^"xxxxxxxxxxxxxxxxxxxxxxxxxx"  f
18     }
19   }
20   \new Lyrics \lyricmode {
21     \skip 8
22     \skip 8
23     x8
24     x8
25   }
26 >>