Welcome to the collection of articles by Franco Pasut also published in other online resources.
Recent Posts
Markdown in VSCode, Vim emulation, and navigating between sections
- 1. Introduction
- 2. Vim in VSCode
- 3. Step-by-Step guide to entering the configuration
- 4. Native Navigation in VS Code: Go to Symbol / Title (
Ctrl + Shift + O) - 5. The Sidebar: “Outline” Panel
- 6. The Top Address Bar (Breadcrumbs)
- 7. Conclusions
1. Introduction
Visual Studio Code is an excellent editor for Markdown.
There are various built-in features in the editor that allow you to navigate quickly through the structure of Markdown documents.
LilyPond, MusicXML and Artificial Intelligence
- 1. Writing Music: Why Artificial Intelligence Prefers LilyPond to Graphical Software
- 2. Graphics Software and the MusicXML Language
- 3. Is it possible to write sheet music directly in MusicXML?
- 4. Loss of Information During Conversion to MusicXML
- 5. Using Artificial Intelligence Systems Such as OCR
- 6. OCR Test for LilyPond and MusicXML
- 7. Another Attempt
- 8. In conclusion
1. Writing Music: Why Artificial Intelligence Prefers LilyPond to Graphical Software
In the world of digital music notation, there are two radically different approaches: on one hand, graphical (WYSIWYG) software such as MuseScore, Finale, and Sibelius; on the other, LilyPond, which is based entirely on plain text.
Blogger posts and PDFs that can be embedded, scrolled through, and downloaded
1. Blogger and Embedded PDFs
Is it possible to embed PDF documents in posts published on Blogger without using additional applications?
Perhaps with the ability to scroll through the embedded documents and download them locally?
LilyPond: exploring polyphonic notation
- 1. A Very Brief Introduction
- 2. What are note stems?
- 3. Stem Handling in Polyphonic Notation
- 4. Musical Examples
- 5. The quick construction
- 6. Example of a more detailed quick construct
1. A Very Brief Introduction
I’ve finally understood the “logic” behind LilyPond’s syntax as it relates to the different ways of writing multiple voices.
I’m writing down my “discovery” right away before I forget it—after all, that’s exactly what this “blog” is for!
Extracting musical fragments in PDF or PNG format
- 1. LilyPond, extracting score fragments: a detailed guide
- 2. Output format: PDF and PNG.
- 3. Extracting a fragment from the beginning of a score
- 4. Increasing Image Resolution
- 5. Quickly Exporting a Snippet
1. LilyPond, extracting score fragments: a detailed guide
This article was written using LilyPond version 2.24.4 and refers to page 3.5.1 of the official manual.
The page provides correct but incomplete instructions: the code is incomplete because the musical portion is missing.
Nano, the minimalist editor for quick and lightweight editing
- 1. Why Nano?
- 2. Pasting from the clipboard
- 3. Moving between lines
- 4. Plugins or no plugins?
- 5. Setting as the default editor
- 6. Why NOT Nano?
1. Why Nano?
Nano is a command line text editor, known for being one of the simplest and most intuitive available in the GNU/Linux world.
It is found in most Linux distributions and is a tool that anyone can use “at first glance.”