Skip Navigation Website Accessibility
 


On-Stage Pro Music Stand With Tripod Base

available at

Low in-store inventory, may be subject to change.

All-steel; midpoint clutch; 2 shaft system. 13-½ x 19” bookplate w/ 2” return lip and tilting feature. Black finish.

This revolutionary stand incorporates all of the features demanded by today’s orchestra musician, including a folding tripod base for convenient storage and travel. The angle adjustment tension knob makes for easy removal from the upper shaft.
  • Folding tripod base for convenient storage and travel
  • 13½” x 19” bookplate with 2” return lip
  • Tension locking knob adjusts the angle of the bookplate
  • Mid-point clutch adjusts height from 24”-45”
  • High impact plastic leg housing
  • Tripod folding base for convenient storage and travel
  • Non-slip rubber feet

// === GLOBAL NAV BEHAVIOR FOR MARICH MUSIC === // --- DROPDOWN ON HOVER (DESKTOP ONLY) --- document.addEventListener('DOMContentLoaded', function () { const dropdowns = document.querySelectorAll('.dropdown'); dropdowns.forEach(drop => { drop.addEventListener('mouseenter', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'block'; }); drop.addEventListener('mouseleave', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'none'; }); }); }); // --- TOGGLE CUSTOM NAV ON MOBILE --- function toggleMobileNav() { const nav = document.querySelector('.menubg'); if (!nav) return; const isVisible = window.getComputedStyle(nav).display !== 'none'; nav.style.display = isVisible ? 'none' : 'flex'; }