Anselmo21 / TAB_TO_MUSICXML

A GUI developed using JavaFx that can translate guitar, bass, and drum tablatures into MusicXML files.
1 stars 1 forks source link

Parsing Error - Only First Chord Parsed #16

Open ahopk127 opened 3 years ago

ahopk127 commented 3 years ago

Description

When parsing a specific simple text tab, only the first chord is in the output.

Reproduction

  1. Open your application
  2. Paste in the following text tab:
    e|-----2--------|-----2--------|
    B|--------------|--------1-----|
    G|--------------|-----------0--|
    D|-----------2--|-----0--------|
    A|--3--------2--|--0--------2--|
    E|--0--0--------|--------------|
  3. Press "Convert"
  4. Save the output however you choose

    Results

    *These results were generated by OpenSheetMusicDisplay Expected Result: Screenshot 2021-03-24 111052 Actual Result: Screenshot 2021-03-24 110715

    Details

    Version: Master branch, commit 6028F70 (2021-03-17) Platform: Windows 10, Eclipse version 2020-12, OpenJDK 15.0.2 Priority: High Severity: High

    Screenshots

    Screenshot 2021-03-24 110806

    Files

    Generated Output (File extension changed from .xml to .txt)