「VexFlow test content」の版間の差分
編集の要約なし |
編集の要約なし |
||
87行目: | 87行目: | ||
// typeが"notehead"であるかチェックし、idを取得 | // typeが"notehead"であるかチェックし、idを取得 | ||
if (child.attrs){ | if (child.attrs){ | ||
if(child.attrs.type === " | if(child.attrs.type === "NoteHead") { | ||
uniqueIds.add(child.attrs.id); | uniqueIds.add(child.attrs.id); | ||
} | } |
2024年3月29日 (金) 00:16時点における版
概要