| 
														
															@@ -38,7 +38,7 @@ export class ChordSymbolReader { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         let rootAlteration: AccidentalEnum = AccidentalEnum.NONE; 
														 | 
														
														 | 
														
															         let rootAlteration: AccidentalEnum = AccidentalEnum.NONE; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (rootAlter !== undefined) { 
														 | 
														
														 | 
														
															         if (rootAlter !== undefined) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             try { 
														 | 
														
														 | 
														
															             try { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                rootAlteration = Pitch.AccidentalFromHalfTones(parseInt(rootAlter.value, 10)); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                rootAlteration = Pitch.AccidentalFromHalfTones(parseInt(rootAlter.value, undefined)); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } catch (ex) { 
														 | 
														
														 | 
														
															             } catch (ex) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 const errorMsg: string = ITextTranslation.translateText("ReaderErrorMessages/ChordSymbolError", 
														 | 
														
														 | 
														
															                 const errorMsg: string = ITextTranslation.translateText("ReaderErrorMessages/ChordSymbolError", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                                                         "Invalid chord symbol"); 
														 | 
														
														 | 
														
															                                                                         "Invalid chord symbol"); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -82,7 +82,7 @@ export class ChordSymbolReader { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             let bassAlteration: AccidentalEnum = AccidentalEnum.NONE; 
														 | 
														
														 | 
														
															             let bassAlteration: AccidentalEnum = AccidentalEnum.NONE; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (bassAlter !== undefined) { 
														 | 
														
														 | 
														
															             if (bassAlter !== undefined) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 try { 
														 | 
														
														 | 
														
															                 try { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    bassAlteration = Pitch.AccidentalFromHalfTones(parseInt(bassAlter.value, 10)); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    bassAlteration = Pitch.AccidentalFromHalfTones(parseInt(bassAlter.value, undefined)); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } catch (ex) { 
														 | 
														
														 | 
														
															                 } catch (ex) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     const errorMsg: string = ITextTranslation.translateText("ReaderErrorMessages/ChordSymbolError", 
														 | 
														
														 | 
														
															                     const errorMsg: string = ITextTranslation.translateText("ReaderErrorMessages/ChordSymbolError", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                                                             "Invalid chord symbol"); 
														 | 
														
														 | 
														
															                                                                             "Invalid chord symbol"); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -117,7 +117,7 @@ export class ChordSymbolReader { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															             let alter: AccidentalEnum; 
														 | 
														
														 | 
														
															             let alter: AccidentalEnum; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             try { 
														 | 
														
														 | 
														
															             try { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                alter = Pitch.AccidentalFromHalfTones(parseInt(degreeAlter.value, 10)); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                alter = Pitch.AccidentalFromHalfTones(parseInt(degreeAlter.value, undefined)); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } catch (ex) { 
														 | 
														
														 | 
														
															             } catch (ex) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 const errorMsg: string = ITextTranslation.translateText("ReaderErrorMessages/ChordSymbolError", 
														 | 
														
														 | 
														
															                 const errorMsg: string = ITextTranslation.translateText("ReaderErrorMessages/ChordSymbolError", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                                                         "Invalid chord symbol"); 
														 | 
														
														 | 
														
															                                                                         "Invalid chord symbol"); 
														 |