Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ABC music notation parser in C#

License

NotificationsYou must be signed in to change notification settings

matthewcpp/ABCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library parses a (very) minimal set of version 2.1 of theABC Music Notation standard.

Supported Features:

  • Notes: Accidentals, Octatve Modifiers, Chords, Length Modifier, Dots, Broken Rhythm
  • Information Fields:
    • Unit Note Length
    • Time Signature (non complex)
    • Voice
    • Key Signatures:major,minor,none
    • Instructions
      • Linebreak:<EOL>,<none>,$
  • Rests (individual and multi-measure)
  • Bar: Single Line, Double Line, Repeat Start, Repeat End, Repeat End/Start, Start / End Bar, Additional custom bars as per ABC Spec
  • Multiple Voices:clef (treble, bass) andname modifiers
  • Slurs (non-dotted) and Ties
  • Beams

Usage example:

stringabc="...";vartune=Tune.load(abc);foreach(varvoiceintune.voices){Console.WriteLine($"Voice{voice.name} ({voice.clef}):{voice.items.Count} items.");}

About

ABC music notation parser in C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp