fixed tempo/compilation errors

This commit is contained in:
tmont 2023-07-29 20:55:15 -07:00
parent b7e3136d14
commit 0217a1f394
2 changed files with 6 additions and 6 deletions

View File

@ -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.