General ⇒ How to type persian music accident in Musixtex package
How to type persian music accident in Musixtex package
Im very in new in latex, and searched a lot for this topic but could not find answer. Any help apprecaited.
How I can type persian music accident (Sori, Koron) in Musixtex package, in key signature or inside a bar.
Sori koron are quarter tones used in persian music. The symbols are shown in this picture. This is created by MuseScore, which i want to implement in a complex latex file.
How I can create my own key signature in Musixtex package, i think it don't have any tools, is it possible to create my own, as macro or package extension?
Is is possible to add my own accident as a font or picture in the score?
I appreciate if any body help
best regards Hossein
- Attachments
-
- quarter tones, sori and koron
- koron_sori.png (43.46 KiB) Viewed 5077 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: How to type persian music accident in Musixtex package
\relative c'' { ceseh1 ces ceh c cih cis cisih }
gives the attached pic.
Maybe something similar is possible in Musixtex? Or maybe you can try using Lilypond instead?
But I'm sorry I can't help with the sori and koron signs.
/Mikael
- Attachments
-
- lily-ec2a4237.png (2.89 KiB) Viewed 5048 times
Re: How to type persian music accident in Musixtex package
Lilypond have quarter tones also.
I have to work in a mixed full book writing, thus i tried Latex.
I use "musixtex" package, is it possible to add quarter tones in musixtex package?
Or even write a new package based on it.
Thank you
Re: How to type persian music accident in Musixtex package
http://lilypond.org/doc/v2.18/Documenta ... d_002dbook
/Mikael
Re: How to type persian music accident in Musixtex package
http://lilypond.org/doc/v2.18/Documenta ... usicxml2ly
But if Lilypond does not support Koron and Sori signs it might not help ...
/Mikael
Re: How to type persian music accident in Musixtex package
I will work on them.
Hossein