%%titlefont osaka 10
%%subtitlefont palatino 8
T:harmonic - 上 / normal - 下 / x(エックス)上 / rhythm - 下
T:この場合は rhythm だけ stem=up を指定する
K:perc clef=none
L:1/8
M:
%%scale 1.5
%%score(1 2 3 4)
[V:1][K:style=harmonic]|" "g0-|g8|
[V:2 stem=up][K:style=rhythm]G,0-|G,8
[V:3][K:style=x]D0-|D8|
[V:4][K:style=normal]e0-|e8|
%%titlefont osaka 10
%%subtitlefont palatino 8
T:harmonic と normal - 上 / x(エックス)と rhythm - 下
T:この場合は rhythm と style=x に stem=up を指定
T:style=normal に stem=down を指定する
K:perc clef=none
L:1/8
M:
%%scale 1.5
%%score(1 2 3 4)
[V:1][K:style=harmonic]|" "g0-|g8|
[V:2 stem=up][K:style=rhythm]G,0-|G,8
[V:3 stem=up][K:style=x]D0-|D8|
[V:4 stem=down][K:style=normal]e0-|e8|