projects
/
music
/
pretentious.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b72c4d
)
song2: click: Do not draw staff in score.
author
rekado
<rekado@elephly.net>
Wed, 11 Nov 2015 20:39:56 +0000
(21:39 +0100)
committer
rekado
<rekado@elephly.net>
Wed, 11 Nov 2015 20:39:56 +0000
(21:39 +0100)
... just use it for MIDI.
02-song2/02-song2.ly
patch
|
blob
|
history
diff --git
a/02-song2/02-song2.ly
b/02-song2/02-song2.ly
index 92bb2347f1a593f75c6350b90afb8f6bc1d817e2..715c1613f995c18225506fe2a9cc3898109dffad 100644
(file)
--- a/
02-song2/02-song2.ly
+++ b/
02-song2/02-song2.ly
@@
-16,13
+16,17
@@
AllMusic = <<
\new Staff = "keyboard" { \keyboard }
\new Staff = "bass" { \bass }
\new Staff = "grand stick" { \stick }
- \new DrumStaff { \click }
>>
%% Two scores are needed: one with unfolded repeats for MIDI and the
%% other with regular repeats for notation.
\score {
- \unfoldRepeats { \AllMusic }
+ \unfoldRepeats {
+ <<
+ \AllMusic
+ \new DrumStaff { \click }
+ >>
+ }
\midi { \tempo 4 = 90 }
}