repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update from Jonathan.
[lilypond.git]
/
input
/
xiao-haizi-guai-guai.ly
blob
4185baa46850cf6e493390c0c04478ea46e84030
1
%% xiao-haizi-guai-guai.ly
2
%%
3
%% (xiao3: small,
4
%% hai2zi5: child,
5
%% guai1-guai1: well-behaved)
6
7
\version
"2.11.51"
8
9
\header
{
10
title
=
"小孩子乖乖"
11
subtitle
=
"(Xiao3 hai2zi5 guai1 guai1)"
12
}
13
14
<<
15
\relative
c
'' {
16
%% Beams are melismata, no autobeams.
17
\set
Staff
.
autoBeaming
= ##
f
18
19
|
g
4
c
8
a g
4
g
20
|
e
4
g
8
a g
4
g
21
|
a
4
g
8
e d
4
d
22
|
e
4
g
8
[
e
]
d
[
e
]
c
4
23
24
|
a
'
8
g a g e a g
4
25
|
e
8
g e d c
4
r
26
|
a
8
c d e c
4
r
\bar
"|."
27
}
28
\addlyrics
{
29
小 孩 子 乖 乖
30
把 門 兒 開 開
31
快 點 兒 開 開
32
我 要 進 來
33
34
不 開 不 開 不 能 開
35
你 是 大 野 狼
36
不 讓 你 進 來
37
}
38
>>
39
40
%%% Local Variables:
41
%%% coding: utf-8
42
%%% End: