Action

ABC Music Preview (abc2svg)

Posted by lewdlemon, Last update over 4 years ago

Open HTML preview of draft as rendered ABC notation sheet music, using Jean-Francois Moine’s abc2svg JavaScript interpreter.

abc2svg - ABC to SVG translator
Copyright © 2014-2019 Jean-Francois Moine
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

Steps

  • htmlpreview

    <!--
    Open HTML preview of draft as rendered ABC sheet music, using Jean-Francois Moine's abc2svg JavaScript interpreter.
    
    abc2svg - ABC to SVG translator
    Copyright (C) 2014-2015 Jean-Francois Moine
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License version 2 as
    published by the Free Software Foundation.
    -->
    <!DOCTYPE html>
    <html xmlns:svg="http://www.w3.org/2000/svg">
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <script src="http://moinejf.free.fr/js/abc2svg-1.js" type="text/javascript"></script>
      <script src="http://moinejf.free.fr/js/abcemb-1.js" type="text/javascript"></script>
      <!--script src="http://moinejf.free.fr/js/play-1.js" type="text/javascript"></script-->
      <style type="text/css">
        svg {
          display: block;
        }
        html {
          width: 100%;
          height: 100%;
        }
        body {
          width: 100%;
          height: 100%;
        }
      </style>
    </head>
    <body>
    [[draft]]
    </body>
    </html>
    

Options

  • After Success Nothing
    Notification Info
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.