Suyūr
Suyūr are conventional melodic pathways for developing or modulating within maqām frameworks. These are characteristic modal transformations or transitions, generally understood in performance practice. They go beyond the basic ascending and descending sequences to describe characteristic melodic progressions, emphasis points, and developmental patterns.
What are Suyūr?
Suyūr are structured descriptions of how maqāmāt are traditionally developed in performance. While the ascending and descending sequences define the basic structure, suyūr describe the actual melodic pathways musicians follow.
Historical Documentation
Suyūr documentation appears in important Arabic music theory sources:
- Meshshāqa (1899)
- Al-Shawwā (1946)
- Al-Ṣabbāgh (1950)
- Al-Ḥilū (1961)
Important Note: In these historical sources, suyūr are always presented as prose text and are never represented for transpositions of any given maqām. DiArMaqAr addresses this limitation through computational transposition of suyūr.
Structure: "Stops"
Suyūr are implemented as structured sequences of "stops," where each stop represents:
Note Stops:
- A specific note from the Persian-Arab-Ottoman naming convention
- Example: "dūgāh" or "ḥusaynī"
Jins Stops:
- A reference to a jins
- Maintains structural identity while allowing transposition
Maqām Stops:
- A reference to another maqām
- Allows description of modulatory pathways
Directional Instructions:
- Standalone instructions like "ascending" or "descending"
- Indicate melodic direction
Combined Instructions:
- Direction combined with note/jins/maqām
- Example: "ascending to nawā"
Transposition of Suyūr
One of the platform's innovative features is the automatic transposition of suyūr to any possible maqām transposition.
How It Works
The transposeSayr() function operates through three stages:
Calculate Transposition Interval
- Compares the first notes of original and target maqāmāt
- Determines the interval shift required
Apply Intelligent Note Shifting
- Shifts note stops by the calculated interval
- Includes bounds checking to prevent invalid transpositions
- Maintains musical logic
Process Different Stop Types
- Note stops: Direct pitch transposition
- Jins stops: Maintain structural identity while transposing starting note
- Maqām stops: Transpose to equivalent maqām transposition
- Directional instructions: Remain unchanged
Example
Original Sayr for Maqām Rāst (starting on dūgāh):
dūgāh → ascending → segāh → jins bayāt al-segāh → nawāTransposed Sayr for Maqām Rāst (starting on nawā):
nawā → ascending → kurdān → jins bayāt al-kurdān → muḥayyarThe bounds safety mechanism ensures transposed suyūr remain within practical tuning system limits, mirroring real-world musical constraints.
Bilingual Support
Suyūr are preserved in their original Arabic form with English translations:
- Original Arabic prose from historical sources
- English translations maintaining scholarly accuracy
- Library of Congress Arabic Romanization standard
Using Suyūr
Via REST API
Suyūr are included in maqām responses:
# Get maqām with suyūr
curl "http://localhost:3000/api/maqamat/maqam_bayyat?tuningSystem=alfarabi_950g&startingNote=ushayran&includeSuyur=true"
# Transpositions are listed via the transpositions endpoint (combine with the detail response as needed)
curl "http://localhost:3000/api/maqamat/maqam_bayyat/transpositions?tuningSystem=alfarabi_950g&startingNote=ushayran"Via TypeScript Library
import { transposeSayr } from '@/functions/transpose'
// Transpose suyūr along with maqām transposition
const originalSayr = maqam.suyur
const transposedMaqam = transpositions[0] // First transposition
const transposedSayr = transposeSayr(originalSayr, maqam, transposedMaqam)Research Applications
The computational transposition of suyūr enables:
- Systematic exploration: All possible melodic pathways across pitch centers
- Comparative analysis: How suyūr vary across transpositions
- Theoretical investigation: Relationships between structure and performance practice
- Pedagogical use: Learning traditional pathways in different keys
Historical Significance
Suyūr represent one of the most detailed aspects of Arabic maqām theory that has rarely been systematically documented in computational form. By making these pathways accessible and transposable, DiArMaqAr provides unprecedented tools for:
- Understanding traditional performance practices
- Comparing theoretical frameworks
- Exploring melodic development patterns
- Supporting contemporary composition informed by tradition
Next Steps
- Learn about Maqāmāt structure
- Explore Taṣwīr (Transposition) capabilities
- Understand Intiqāl (Modulation) practices
- Review Bibliographic Sources