<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MusicSoftware Archives - FODINA 4 FOSS</title>
	<atom:link href="https://fodina.de/tag/music-software/feed/" rel="self" type="application/rss+xml" />
	<link>https://fodina.de/tag/music-software/</link>
	<description>a treasure trove for free software, techniques, and ideas</description>
	<lastBuildDate>Sat, 11 May 2024 09:31:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Frescobaldi on Ubuntu 22.04: with pip or apt</title>
		<link>https://fodina.de/frescobaldi-ubuntu/</link>
					<comments>https://fodina.de/frescobaldi-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Mon, 11 Jul 2022 12:55:31 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[MusicSoftware]]></category>
		<guid isPermaLink="false">https://fodina.de/?p=4214</guid>

					<description><![CDATA[<p>Under Ubuntu 22.04, Frescobaldi starts with an error: The area for displaying the music sheets says that Frescobaldi unexpectedly passes an argument of the type float to a function in qpageview /highlight.py respectively qpageview/shadow.py. Now, you can ‘google’ for the cause — or read the following lines: Google answers the query Frescobaldi Python 3.10 with [&#8230;]</p>
<p>The post <a href="https://fodina.de/frescobaldi-ubuntu/">Frescobaldi on Ubuntu 22.04: with pip or apt</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="alignleft size-full"><img decoding="async" width="64" height="64" src="https://fodina.de/wp-content/uploads/2023/06/frescobaldi-300dpi.png" alt class="wp-image-6444"></figure></div>


<p>Under Ubuntu 22.04, <em>Frescobaldi</em> starts with an error: The area for displaying the music sheets says that Frescobaldi unexpectedly passes  an argument of the type float to a function in <code>qpageview /highlight.py</code> respectively <code>qpageview/shadow.py</code>. Now, you can ‘google’ for the  cause — or read the following lines:<span id="more-4483"></span></p>


<div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/frescobaldi-ubuntu">de</a> ]</div></div></div></div>



<div style="height:17px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Google answers the query <em>Frescobaldi Python 3.10</em> with a row of bug reports. This row includes the one titled “<a href="https://github.com/frescobaldi/frescobaldi/issues/1398">Frescobaldi 3.13 crashes with python 3.10 #1398</a>″. <em>Frescobaldi</em> itself says in its about-dialog that Ubuntu 22.04 contains version 3.1.3. And on the ‘shell’, the command <code>python3 --version</code> indicates that Python 3.10.4 is installed. <a href="https://groups.google.com/g/frescobaldi/c/XkzX4VD-Ku4">Also, this combination does not (directly) work</a>.</p>



<p>Thus, without any workarounds, we seriously cannot use <em>Frescobaldi</em> on Ubuntu 22.04. It’s too difficult for the composer if she does not see the effect of what she has written ‘<a href="https://fodina.de/harmonyli-ly/">lilypondian</a>’. What can she do?</p>



<ul class="wp-block-list">
<li>On the one hand, she could import package upgrades until Ubuntu has fixed <em>Frescobaldi </em>- but would have to work without that tool until then.</li>



<li>Secondly, she could customize the code herself — <a href="https://groups.google.com/g/frescobaldi/c/XkzX4VD-Ku4">as described by Jorma Louhi</a>.</li>



<li>Or, thirdly, she could install the newer version 3.2 via pip</li>
</ul>



<pre class="wp-block-code"><code>sudo apt-get remove frescobaldi
pip install qpageview
pip install frescobaldi</code></pre>



<p>The prerequisite for this, however, is that we install <a href="https://frescobaldi.org/download" class="broken_link">the other libs and tools required by <em>Frescobaldi</em></a>, i.e</p>



<pre class="wp-block-code"><code>sudo apt-get install python3-pip
sudo apt-get install python3
sudo apt-get install python3-qt5
sudo apt-get install python3-ly
sudo apt-get install python3-poppler-qt5
sudo apt-get install python3-pygame</code></pre>


  <hr class="wp-block-separator has-alpha-channel-opacity">
<h5 class="wp-block-heading"><i class="fa-solid fa-gear"></i> And in what way is this …</h5>
  <p class="myPageContext">… part of the overarching topic <i class="fa-brands fa-linux"></i> 
  FOSS <i class="fa-brands fa-osi"></i>? 
  Well, my <a href="http://fodina.de/kreincke/">professional life</a> is dominated by free software
  and open source compliance. But sometimes I find more offbeat 
  <a href="http://fodina.de/cwa/">tools</a> that are still worth sharing 
  — at least with my forgetful future ‘me’. To whom I like to recommend — for example — 
  <a href="http://fodina.de/atom-ubuntu/">suitable</a>, advanced 
  <a href="http://fodina.de/vscodium/">editors</a>. Or 
  <a href="http://fodina.de/gtgt/">ancient preparatory work</a>. 
  Or some free <a href="http://fodina.de/frescobaldi-ubuntu/">music editors</a> 
  for <a href="http://fodina.de/musescore-ubuntu/">compositoy work</a>. But with some posts, 
  I just want to remind my later ‘me’ of attitudes, points of view, and attitudes. 
  So that I don’t fall behind myself. That’s what it’s about in here too.
  </p><hr class="wp-block-separator has-alpha-channel-opacity">

<p>The post <a href="https://fodina.de/frescobaldi-ubuntu/">Frescobaldi on Ubuntu 22.04: with pip or apt</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/frescobaldi-ubuntu/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Musescore 3 under Ubuntu 22.04 — without scratching noises</title>
		<link>https://fodina.de/musescore-ubuntu/</link>
					<comments>https://fodina.de/musescore-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Wed, 06 Jul 2022 07:41:40 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[MusicSoftware]]></category>
		<guid isPermaLink="false">http://127.0.0.1/kr/?p=4106</guid>

					<description><![CDATA[<p>After having updated to Ubuntu 22.04, I recently wanted to reactivate my music work environment. But when I installed Musescore‑3 and let it play my music score, I got an ugly mess of background noises. And I could not add any soundfont. Obviously, I faced two obstacles that I had to overcome Ubuntu 22.04 offers [&#8230;]</p>
<p>The post <a href="https://fodina.de/musescore-ubuntu/">Musescore 3 under Ubuntu 22.04 — without scratching noises</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>After having updated to Ubuntu 22.04, I recently wanted to reactivate my music work environment. But when I installed Musescore‑3 and let it play my music score, I got an ugly mess of background noises. And I could not add any soundfont. Obviously, I faced two obstacles that I had to overcome <span id="more-4106"></span></p>


<div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/musescore-ubuntu">de</a> ]</div></div></div></div>



<div style="height:22px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Ubuntu 22.04 offers both, Musescore‑2 and Musescore‑3. I had already had good experiences with Musescore‑3. Thus — and to be on the safe side — I completely removed the older release, before I installed my preferred version:</p>



<pre class="wp-block-code"><code>sudo apt-get remove --purge musescore
sudo apt autoremove
sudo apt-get install musescore3</code></pre>



<p>Then I opened my standard test song in Musescore‑3.  And I got a mess of noises while I tried to play it. The internet told me, that there seems to be a bug evoked by using pulse-audio and musescore‑3 together. MuseScore‑3 should supposedly reduce the pulse latency to an unusable small value.</p>



<p>If this was true, I should be able to fix it by overriding the current pulse latency value using an appropriate environment variable. So I opened up a bash, entered ‘export PULSE_LATENCY_MSEC=30‘, and called &nbsp;‘musecore3‘ from the command line. And indeed: no more disturbing playback noises. But when I started Musescore‑3 via the official menu – (i.e. without evaluating the environment variable set in the shell), the noises ‘came back’. So I verified the suspected cause. Next, all I had to do was to convince Ubuntu 22.04 to set this pulse latency value within the boot procedure. For this, I had to add a specific shell file into the profile.d directory:</p>



<pre class="wp-block-code"><code>sudo echo "export PULSE_LATENCY_MSEC=30" &gt; /etc/profile.d/pulselat.sh</code></pre>



<p>From now on, the musescore‑3 version that comes with Ubuntu 22.04 plays my score without any annoying noises.</p>



<p>But that did not affect the phenomenon of ‘lost’ sound fonts. Whenever I stored a new sound file into my directory &nbsp;‘<code>MuseScore3/SoundFonts</code>‘&nbsp; for making them accessible&nbsp;<a href="https://musescore.org/en/handbook/3/soundfonts-and-sfz-files">in accordance with the documentation</a>, Musescore did not find them. But this time — as so often — the cause sat in front of the keyboard: Recently, I had changed my home directory. But in this new directory, I still used the old content — unchanged. Therefore, paths containing my previous directory still showed up in the Musescore‑3 configuration dialog. I could put as many new sound files in my sound directory as I wanted. Musescore did not find them. To fix this, I had to update the older names in the Musescore‑3 configuration file ‘<code>~/.config/MuseScore/MuseScore.ini</code>‘&nbsp; for making the <a href="https://member.keymusician.com/Member/FluidR3_GM/index.html" class="broken_link">fluid-R3-GM-Soundfont</a> and the <a href="http://www.arachnosoft.com/main/download.php?id=soundfont-sf2" class="broken_link">arachno-soundfont</a> accessible.</p>


  <hr class="wp-block-separator has-alpha-channel-opacity">
<h5 class="wp-block-heading"><i class="fa-solid fa-gear"></i> And in what way is this …</h5>
  <p class="myPageContext">… part of the overarching topic <i class="fa-brands fa-linux"></i> 
  FOSS <i class="fa-brands fa-osi"></i>? 
  Well, my <a href="http://fodina.de/kreincke/">professional life</a> is dominated by free software
  and open source compliance. But sometimes I find more offbeat 
  <a href="http://fodina.de/cwa/">tools</a> that are still worth sharing 
  — at least with my forgetful future ‘me’. To whom I like to recommend — for example — 
  <a href="http://fodina.de/atom-ubuntu/">suitable</a>, advanced 
  <a href="http://fodina.de/vscodium/">editors</a>. Or 
  <a href="http://fodina.de/gtgt/">ancient preparatory work</a>. 
  Or some free <a href="http://fodina.de/frescobaldi-ubuntu/">music editors</a> 
  for <a href="http://fodina.de/musescore-ubuntu/">compositoy work</a>. But with some posts, 
  I just want to remind my later ‘me’ of attitudes, points of view, and attitudes. 
  So that I don’t fall behind myself. That’s what it’s about in here too.
  </p><hr class="wp-block-separator has-alpha-channel-opacity">

<p>The post <a href="https://fodina.de/musescore-ubuntu/">Musescore 3 under Ubuntu 22.04 — without scratching noises</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/musescore-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Musicology with LaTeX</title>
		<link>https://fodina.de/mwm-ltx/</link>
					<comments>https://fodina.de/mwm-ltx/#respond</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Sun, 24 Apr 2022 14:00:00 +0000</pubDate>
				<category><![CDATA[Musicology]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[MusicSoftware]]></category>
		<guid isPermaLink="false">http://127.0.0.1/kr/?p=2517</guid>

					<description><![CDATA[<p>Musicologists have a hard time — namely if they want to enrich their LaTeX texts by score examples and harmony analyses. Up to now, there did not exist any study of whether and how that could be realized with free software. This article summarizes a German-written self-referential tutorial teaching what’s possible and what is not [&#8230;]</p>
<p>The post <a href="https://fodina.de/mwm-ltx/">Musicology with LaTeX</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="alignleft size-full is-resized"><img decoding="async" src="https://fodina.de/wp-content/uploads/2023/06/musicology-ltx-logo-300x402-72dpi.png" alt class="wp-image-6318" style="width:51px;height:68px" width="51" height="68" srcset="https://fodina.de/wp-content/uploads/2023/06/musicology-ltx-logo-300x402-72dpi.png 300w, https://fodina.de/wp-content/uploads/2023/06/musicology-ltx-logo-300x402-72dpi-224x300.png 224w" sizes="(max-width: 51px) 100vw, 51px"></figure></div>


<p>Musicologists have a hard time — namely if they want to enrich their LaTeX texts by score examples and harmony analyses. Up to now, there did not exist any study of whether and how that could be realized with free software. This article summarizes a German-written <a href="https://kreincke.github.io/mwm.ltx/mwm.ltx.pdf">self-referential tutorial</a> teaching what’s possible and what is not with respect to LaTeX and Musicology:<span id="more-2517"></span></p>



<figure class="wp-block-table aligncenter is-style-stripes h5"><table><tbody><tr><td class="has-text-align-center" data-align="center"><i class=" fa-brands fa-github"></i> <a href="https://github.com/kreincke/mwm.ltx">Repository</a></td><td class="has-text-align-center" data-align="center"><i class=" fa-regular fa-file"></i> <a href="https://kreincke.github.io/mwm.ltx/mwm.ltx.pdf" data-type="URL" data-id="https://kreincke.github.io/proScientia.ltx/humanities.pdf">Musicology with LaTeX</a> </td></tr></tbody></table></figure>



<p class="has-text-align-right"></p><div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/mwm-ltx">de</a> ]</div></div></div></div>



<h2 class="wp-block-heading">How it started</h2>



<p>In the beginning, there was my task to write a musicological work. I had already explored and documented how one can write humanistic texts with LaTeX. <a href="https://fodina.de/proscientia-ltx/">proScienta.ltx</a> — a project ‘<a href="https://github.com/kreincke/proScientia.ltx">hosted on GitHub</a>‘ — covered the results, a former version was labeled&nbsp;<a href="https://github.com/kreincke/mycsrf">‘myCsrf’</a>.  Their specific intentions have been described in a sophisticated German <a href="http://kreincke.github.io/proScientia.ltx/humanities.pdf">tutorial</a> and in a shorter <a href="http://kreincke.github.io/mycsrf/examples/scholar-fono-en.pdf">English version</a>.</p>



<p>Nevertheless, I  did not know how one could generate musical examples with free software and embed them into LaTeX texts. The first rough internet recherche presented a lot of tools and methods but did not provide any manual. It did not deliver any explication on how to successfully combine which tools and did not find any tutorial on how one could link notes and harmony analyses.</p>



<p>So, I postponed my original task and examined the topic <em>LaTeX and Musicology: </em>I preferred to know the best method before I started to not back the wrong horse. Finally, my investigation was documented in a larger text: It reviews smaller tools, describes usable backend systems, discusses frontends, tests converters and delivers a map of conceivable and really possible toolchains.</p>


<div class="wp-block-image"><figure class="alignright size-medium is-resized is-style-default "><a href="https://fodina.de/wp-content/uploads/2023/06/musicology-ltx-logo-300x402-72dpi.png" data-fancybox><img decoding="async" src="https://fodina.de/wp-content/uploads/2023/06/musicology-ltx-logo-300x402-72dpi-224x300.png" alt="mwm logo" width="64"></a></figure></div>



<p>As usual, I have published the sources of the eBook LaTeX und Musikwissenschaft as open-source-software. Additionally, I have uploaded the <a href="http://kreincke.github.io/mwm.ltx/mwm.ltx.pdf"><em>compiled pdf-file</em></a> ‘Musikwissenschaft mit LaTeX’. The point is, that this investigation backhandedly became a self-referential tutorial that explains, what it shows. This article summarizes the core results of that study</p>



<h2 class="wp-block-heading">Backends</h2>



<p>We know three free backend systems for embedding scores into LaTeX texts: the ABC notation method, MusixTeX, and LilyPond. All these techniques create well-readable scores. But LilyPond has the edge over the others.</p>



<p>The ABC backend — as well as the LilyPond backend — creates pictures of scores that are embedded into the LaTeX text as graphics. Hence, it is systematically not possible to comment or modify the examples on the LaTeX level. Both backends use a simple representation language. But again, the LilyPond language is a bit smarter. And both backend systems only allow integrating simple harmony analysis symbols into the scores. They do not offer a method to represent complex harmonic relationships on a level that fulfills the needs of musicology.</p>



<p>The alternative — MusixTeX — works differently: It represents the notes on the LaTeX level. That allows, to comment and improve the scores by LaTeX-based symbols. This capability is used by the LaTeX package <em>harmony</em>. It offers the possibility to integrate very sophisticated symbols into the music score. But one has to pay a heavy price for using the method with its elegant results: the syntax of MusixTeX is so complex and unwieldy,  that it decreases the productivity of its users.</p>



<p>Hence, the situation was a bit inconvenient, even if one only considered the backend systems: A musicologist had either to keep in mind, that he would need a lot of time to create his examples. Or he could use a simpler representation language and had to refrain from using the symbols his profession required </p>



<h2 class="wp-block-heading">A way out</h2>



<p>I could not accept one of these positions. Therefore I interrupted my running investigation and developed a library, which should at least be able to do that for LilyPond, what <em>harmony</em> did for MusixTeX. Consistently, I named it <em>harmonyli.ly</em>. As usual, I published <a href="https://github.com/kreincke/harmonyli.ly/"><em>harmonyli.ly</em> as open-source software</a>, created a <a href="https://fodina.de/harmonyli-ly/"><em>harmonyli.ly</em> internet page</a>, and wrote a complete <a href="https://kreincke.github.io/harmonyli.ly/tutorial.pdf"><em>harmonyli.ly</em> tutorial</a>. So, the method <em>LaTeX + LilyPond + harmonyli.ly</em>  became a real alternative to <em>LaTeX + MusixTeX + harmony</em>. Here comes the first example that indicates the potential of <a href="https://fodina.de/harmonyli-ly/">harmonyli.ly</a>:</p>


<div class="wp-block-image"><figure class="aligncenter size-medium is-resized is-style-default "><a href="https://fodina.de/wp-content/uploads/2023/06/cadenca-func.png" data-fancybox><img decoding="async" src="https://fodina.de/wp-content/uploads/2023/06/cadenca-func.png" alt="an example cadence" width="360"></a></figure></div>



<p>Thanks to the help of the LilyPond community, harmonyli.ly has become a tool for musicologists, which functionally exceeds harmony and is documented on a level, which eases its use.</p>



<h2 class="wp-block-heading">Frontends</h2>



<p>Musicologists are also musicians; they prefer to read and write scores instead of having to deal with special representation languages. Therefore, I wanted to learn, which frontend systems resp. editors could create input for which backend system. An internet query provided a bunch of candidates. I tested the relevant items with respect to their availability and usability. In the end, 7 candidates remained: EasyABC, Denemo, Rosegarden, MuseScore, Canorus, Frescobaldi, and <em>Elysium</em>. But at last, I found that</p>



<ul class="wp-block-list">
<li>only the semi-graphical editors <em>Frescobaldi</em> and <em>Elysium</em> could directly and successfully deal with <em>LilyPond</em> and <em>harmonyli.ly</em> </li>



<li> there did not exist a frontend for <em>MusixTeX</em> — neither directly, nor indirectly by using a converter</li>



<li>one could use  <em>MuseScore</em> as a graphical editor for <em>LilyPond</em> if one accepted to export the results as MusicXml, to convert that result by using <em>musicxml2ly,</em> and to subsequently insert the harmony analysis symbols via <em>Frescobaldi</em> or <em>Elysium</em></li>
</ul>



<h2 class="wp-block-heading">Conclusion</h2>



<p>So, finally, I met a very reduced result — even if I considered the existence of converters:</p>



<ul class="wp-block-list">
<li>In the end, one cannot set up an ABC based toolchain for integrating music examples into LaTeX texts.</li>



<li>The <strong>advantage of the method <em>LaTeX + MusixTeX + harmony</em> </strong>is its seamless integration into the LaTeX environment and the possibility to enrich the symbols by LaTeX syntagms.</li>



<li>The <strong>disadvantage of the method <em>LaTeX + MusixTeX + harmony</em> </strong>is the complexity and the unhandiness of MusixTeX. That there does not exist any specific (graphical) MusixTeX editor does not simplify the world.</li>



<li>The <strong>disadvantage of the method </strong> <strong><em>LaTeX + LilyPond</em> <em>+ harmonyli.ly</em> </strong> is that the scores are only embedded as prepared images. Therefore, one has separately to consider the intended resolution and scaling.</li>



<li>But there are several  <strong>advantages of the method </strong><strong><em>LaTeX + LilyPond</em> <em>+ harmonyli.ly</em></strong>:
<ul class="wp-block-list">
<li>The syntax of <em>LilyPond</em> is obviously more simple than that of <em>MusixTeX</em>.</li>



<li><em>Frescobaldi</em> is an excellent semi-graphical LilyPond editor.</li>



<li><em>Elysium</em> is an excellent Eclipse-based LilyPond editor.</li>



<li>In the future, <em>Canorus</em> could become the third editor.</li>



<li>Those, who need a graphical editor, could use <em>MuseScore</em>, if they agree to export and convert their work and integrate the harmony analysis symbols in a second step.</li>
</ul>
</li>
</ul>



<h2 class="wp-block-heading">Consequences</h2>



<p>Hence, it should be clear, what I will use when I will start my task, which stood at the beginning of this adventure: I will use <em>LaTeX + LilyPond + harmonyli.ly</em>.</p>



<p>Overall, I am happy that I could floodlight the jungle of opportunities provided by the internet and that I found really usable ways. Now I know, what’s going on. And I need not fear that I could have to change the horse during my ride and lose results that I’ve created as part of the process.</p>



<p>But I wished, I had got this study by another guy instead of having to write it by myself. That would have saved a lot of time. Thus, I hope, that others can use my prework and spend the time they gain on more productive aspects of their life.</p>


  <hr class="wp-block-separator has-alpha-channel-opacity">
<h5 class="wp-block-heading"><i class="fa-solid fa-bullseye"></i> And in what way is this …</h5>
  <p class="myPageContext">… article related to the topic <i class="fa-solid fa-feather"></i> ‘Sciences’? 
  To write humanities papers (on Linux), you need 
  <a href="http://fodina.de/proscientia-ltx/">an appropriate scientific LaTeX framework</a>. 
  For papers on <a href="https://github.com/kreincke/proMusicologica.ltx">musicology</a> in particular, 
  scientific texts must be <a href="http://fodina.de/mwm-ltx/">expanded by music examples</a>
  — mostly written with <a href="https://lilypond.org/">LilyPond</a> and its 
  <a href="http://fodina.de/harmonyli-ly/">libraries</a>.
  That is the topic also this post wants to support.</p>
  <hr class="wp-block-separator has-alpha-channel-opacity">

<p>The post <a href="https://fodina.de/mwm-ltx/">Musicology with LaTeX</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/mwm-ltx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
