OpenSheetMusicDisplay as an embedded iframe

Use parameters:

Parameter Values Default Description
embedded Activates the embedded mode: controls are hidden (unless other parameters specified)
showControls "0" and "1" "0" = OFF If active, the controls of OSMD are shown like usually.
showZoomControl "0" and "1" "0" = OFF If showControls == 0 and showZoomControl == 1, a small zoomControl widget will be displayed to save space.
showHeader "0" and "1" "0" = OFF If activated, the OSMD title will be rendered on top of the sheet
zoom floating number between 0.1 and 5.0 1.0 If given, the OSMD zoom level will be set at loading time
overflow "hidden" , "auto", "scroll", "visible" "auto" If given, this attribute will refresh the state of the css attribute overflow to control the scrollbar.

Example: http://localhost:8000/?embedded&showZoomControl=1&zoom=0.5