- +

ABC Interface

@@ -112,6 +112,20 @@

ABC Interface +
+ muspy.write_abc(path, music, **kwargs)[source]
+

Write a Music object to an ABC file.

+
+
Parameters
+
    +
  • path (str or Path) – Path to write the ABC file.

  • +
  • music (muspy.Music) – Music object to write.

  • +
+
+
+

+
@@ -131,7 +145,7 @@

ABC InterfaceSphinx using a theme provided by Read the Docs. - +

@@ -142,7 +156,7 @@

ABC Interface
- muspy.write_abc(path, music, **kwargs)[source]
+ muspy.write_abc(path, music, **kwargs)[source]

Write a Music object to an ABC file.

Parameters