「VexFlow test content」の版間の差分

提供:yonewiki
98行目: 98行目:
         tempnote = notes[arr[i]];
         tempnote = notes[arr[i]];
       }
       }
       if (attrs){
       if (tempnote.attrs){
         if(attrs.type === "StaveNote") {
         if(tempnote.attrs.type === "StaveNote") {
           uniqueIds.add(attrs.id);
           uniqueIds.add(tempnote.attrs.id);
         }
         }
       }
       }

2024年4月5日 (金) 00:25時点における版

概要