Skip to content

Commit 0798e67

Browse files
committed
more volume separation
1 parent 0e12e74 commit 0798e67

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

songs/Let_There_Be_Love/sheet-music.ly

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ harmde = {
225225
\set Staff.midiInstrument = #"acoustic grand"
226226
\set PianoStaff.instrumentName = #"Piano"
227227
\set PianoStaff.shortInstrumentName = #"P"
228-
\set Staff.midiMinimumVolume = #0.4
229-
\set Staff.midiMaximumVolume = #0.8
228+
\set Staff.midiMinimumVolume = #0.3
229+
\set Staff.midiMaximumVolume = #0.6
230230
r2 g'8 f' b4 g''8 f'' b'4 r
231231
\themea
232232
g'4. f'8 g'8 f'8 b4 r
@@ -246,8 +246,8 @@ harmde = {
246246
}
247247
\new Voice {
248248
\set Staff.midiInstrument = #"acoustic grand"
249-
\set Staff.midiMinimumVolume = #0.4
250-
\set Staff.midiMaximumVolume = #0.8
249+
\set Staff.midiMinimumVolume = #0.3
250+
\set Staff.midiMaximumVolume = #0.6
251251
\clef bass
252252
\chordmode { c,1 f,2./c }
253253
<< \harma \deca >>
@@ -270,4 +270,4 @@ harmde = {
270270
>>
271271
\layout {}
272272
\midi {}
273-
}
273+
}

0 commit comments

Comments
 (0)