Skip to content

Commit

Permalink
Stop breaking haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolly committed Nov 28, 2018
1 parent 2d102bf commit 068c505
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Sound/Jammit/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ titleToPart s = case s of

-- non-obvious hacks
"Acoustic" -> Just PartGuitar1 -- these 2 are only on 1 song
"Electric" -> Just PartGuitar2 -- ^
"Electric" -> Just PartGuitar2
"Jon" -> Just PartVocal -- these 2 are only on 1 song
"Sara" -> Just PartBVocals -- ^
"Sara" -> Just PartBVocals
"Demi" -> Just PartVocal -- these 2 are only on 1 song
"Joe" -> Just PartBVocals -- ^
"Joe" -> Just PartBVocals
"Piano 1" -> Just PartKeys1 -- these 2 are only on 1 song
"Piano 2" -> Just PartKeys2 -- ^
"Piano 2" -> Just PartKeys2
"Piano L" -> Just PartKeys1 -- these 2 are only on 1 song
"Piano R" -> Just PartKeys2 -- ^
"Piano R" -> Just PartKeys2
"Kick" -> Just PartDrums2 -- only on 1 song
"Wurli" -> Just PartKeys2 -- only on 1 song

Expand Down

0 comments on commit 068c505

Please sign in to comment.