-
-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Description
I have the following bar:
X:1
M:4/4
Q:1/4=100
L:1/8
K:C perc
%%percmap F acoustic-bass-drum
%%percmap c acoustic-snare
%%percmap g pedal-hi-hat x
%%MIDI program 128
%%score (count bass snare ghost)
V:count
V:ghost stem=up
V:snare stem=down
V:bass stem=down
[V:ghost] |: x g x x x g x g :|
w:L L L
[V:snare] |: x x c x x x c x :|
w:R R
[V:bass] |: F x x F F x x x :|
w:R L R
[V:count] |: "1"x "&"x "2"x "&"x "3"x "&"x "4"x "&"x :|
Currently I created special voice (count) to print 1 & 2 & ... and I want to add lyrics (like w:R L R L R L R L) for each eight notes. It is much convenient to have one line for lyrics.
But I can't because rests like x can not have a lyric. Can you please tell me how to do this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels