]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/vocal/lyric-combine.ly
Add warning for LSR files.
[lilypond.git] / input / lsr / vocal / lyric-combine.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 With the @code{\lyricsto} mechanism, individual lyric lines can be
6 associated with one melody line. For each lyric line, they can be tuned
7 whether to follow melismata or not. 
8 " }
9
10 <<
11   \new Voice = "bla" \relative c'' {
12     \autoBeamOff
13     c2( d4) e8[ c b c] f4
14   }
15   \lyricsto "bla"  \new Lyrics { 
16     bla ab blob blob 
17   }
18   \lyricsto "bla"  \new Lyrics {
19     bla 
20
21     \set ignoreMelismata = ##t
22     
23     blob
24
25     %% note: effect of ignoreMelismata delayed one time step.
26     \unset ignoreMelismata 
27     blob
28     
29     blob
30   }
31   
32   \lyricsto "bla"  \new Lyrics {
33     nes ted lyrics voice with more words than no tes
34   }
35 >>
36   
37