**曲谱方法类**
----

## Option
| 参数 |	类型 |	默认值 |	必填 |	说明 |
| -- | -- | -- | -- | -- |
| xmlUrl | String | | 是 | xml请求地址 |
| container | String \| Element  | | 是 | svg容器 |
| pagescale | Number | 1 | 否 | 定义缩放比 移动端竖屏建议: 2,横屏建议: 1.5, 网页，pad建议 1 |

## Methods

### render
> render(noTitle: Boolean, noPiano: Boolean, abcOpn: Object) : Promise

**渲染xml文件**

## Properties
> cursor 指针相关方法
> noteError 错误音符标记
> measureError 错误小节标记

