Skip to content

Commit

Permalink
Update documentation for GetElementAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin authored Dec 17, 2024
1 parent 5ccbfff commit bb8c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/methods/getelementattr-xmlid.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The method performs a lookup in the loaded MEI tree and will return all attributes for the retrieved element. This includes attributes currently not supported by Verovio. Looking in the MEI tree means that looking for elements added dynamically for the rendering by Verovio will no be found. This is the case for `system` elements when loading score-based MEI, or `meterSig` or `clef` elements displayed at the beginning of a system.
The method performs a lookup in the loaded MEI tree and will return all attributes for the retrieved element. This includes attributes currently not supported by Verovio. Looking in the MEI tree means that looking for elements added dynamically for the rendering by Verovio will no be found. This is the case for `system` elements when loading score-based MEI, or `meterSig` or `clef` elements displayed at the beginning of a system. If the element is not found, the method returns an empty JSON object.

0 comments on commit bb8c630

Please sign in to comment.