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