lilypond-1.3.129
[lilypond.git] / input / test / test-lyrics.ly
blob89146f1c4ecbccc4dfff6c143b85a35610fc3bcc
1 \version "1.3.5";
3 $somewhat_long = \lyrics{
4 \property Lyrics . textStyle = "roman"
5 AaaaaaA2
6 BbbbbbB2
7 CcccccC2
8 DdddddD2
9 EeeeeeE2
10 FfffffF2
13 $rather_long = \lyrics{
14 \property Lyrics . textStyle = "roman"
15 LLLLoooonggggg2
16 Syyllllaaabbble2
17 LLLLoooonggggg2
18 Syyllllllaaabbble2
19 LLLLoooonggggg2
20 Syyyylllaaabbble2
23 $quite_long = \lyrics{
24 \property Lyrics . textStyle = "roman"
25 LLLLLLLLLooooongggggggg2
26 Syyyyyyyyyyyyylllllllaaaaaabbble2
27 LLLLLLLLLooooongggggggg2
28 Syyyyyyyyyyyyylllllllaaaaaabbble2
29 LLLLLLLLLooooongggggggg2
30 Syyyyyyyyyyyyylllllllaaaaaabbble2
33 $somewhat_long_lyrics_staff = \context Lyrics = somewhat <
34 \$somewhat_long
37 $rather_long_lyrics_staff = \context Lyrics = rather <
38 \$rather_long
41 $quite_long_lyrics_staff = \context Lyrics = quite <
42 \$quite_long
45 melody = \notes
46 \transpose c'{
47 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4
48 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4
51 $melodic_staff = \context Staff = mel <
52 \melody
55 \score
58 \$melodic_staff
59 \$somewhat_long_lyrics_staff
60 % \$rather_long_lyrics_staff
61 \$quite_long_lyrics_staff
63 \paper{
64 % castingalgorithm = \Wordwrap;