]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/addlyrics.ly
release: 1.3.53
[lilypond.git] / input / bugs / addlyrics.ly
1 % Generated by mudela-book.py; options are nofly
2 \include "paper16.ly"
3 \paper  { linewidth = 390.000000 \pt; } 
4
5 % copied from file `lyric-combine.ly'
6 \header{
7 filename =       "twinkle-pop.ly";
8 %title =         "Ah, vous dirais-je, maman ";
9 description =    "twinkle twinkle in pop-song-settings";
10 composer =       "traditional";
11 enteredby =      "HWN, chords by Johan Vromans";
12 copyright =      "public domain";
13 }
14
15 \version "1.3.42";
16
17 m =\notes  \relative c'' {
18         \property Staff.automaticMelismata = ##t
19         \autoBeamOff
20         g4  r8 \times 2/3 { g'8( f )e } r8 \grace { [d16 c b] } e4
21         \emptyText
22         d8.^"melisma"   \melisma c16
23         \melismaEnd
24         b }
25
26 noisebeat =\notes \relative c'' {g16 g g g }
27 noise =  { \noisebeat \noisebeat \noisebeat  \noisebeat \noisebeat \noisebeat }
28 textI =  \lyrics  { la2 __ la -- la __ la la la la la  }
29 textII =  \lyrics  { da -- da __ da -- da da da da da  }
30
31 \score {
32     \notes < \context Staff = SA \m
33       \context Lyrics = LA { s1 }
34       \context Staff = SB { s1 }
35       \context Lyrics = LB { s1 }
36       \context Staff = SC \noise
37       
38       \addlyrics
39           \context Staff = SB \m
40           < \context Lyrics = LA \textI
41             \context Lyrics = LB \textII
42           >
43           
44     >
45 }
46
47