fixed tempo/compilation errors
This commit is contained in:
parent
b7e3136d14
commit
0217a1f394
@ -1,4 +1,4 @@
|
|||||||
\version "2.18.2"
|
\version "2.24.0"
|
||||||
\language "english"
|
\language "english"
|
||||||
|
|
||||||
\header {
|
\header {
|
||||||
@ -11,14 +11,14 @@ global = {
|
|||||||
\key e \minor
|
\key e \minor
|
||||||
\set Staff.printKeyCancellation = ##f
|
\set Staff.printKeyCancellation = ##f
|
||||||
\numericTimeSignature
|
\numericTimeSignature
|
||||||
\compressFullBarRests
|
% \compressFullBarRests
|
||||||
\omit Voice.StringNumber
|
\omit Voice.StringNumber
|
||||||
\override TupletBracket #'bracket-visibility = #'if-no-beam
|
% \override TupletBracket #'bracket-visibility = #'if-no-beam
|
||||||
\override MultiMeasureRest.expand-limit = #3
|
\override MultiMeasureRest.expand-limit = #3
|
||||||
\time 3/4
|
\time 3/4
|
||||||
\tempo 4 = 104
|
\tempo 4 = 94
|
||||||
}
|
}
|
||||||
|
0
|
||||||
mainRiffE = \relative c {
|
mainRiffE = \relative c {
|
||||||
e16( a b) a( e' fs) e,( b' d) a( g' a) |
|
e16( a b) a( e' fs) e,( b' d) a( g' a) |
|
||||||
}
|
}
|
||||||
@ -225,7 +225,7 @@ chordExceptions = #(append
|
|||||||
|
|
||||||
chordValues = \chordmode {
|
chordValues = \chordmode {
|
||||||
\global
|
\global
|
||||||
\powerChords
|
% \powerChords
|
||||||
\set chordNameExceptions = #chordExceptions
|
\set chordNameExceptions = #chordExceptions
|
||||||
\set majorSevenSymbol = \markup "maj7"
|
\set majorSevenSymbol = \markup "maj7"
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user