Dorico: creating divisi and unis sectionsIt is not uncommon for there to be cases when there are two players on a part, that they play both in unison and later divide into parts…Sep 14Sep 14
Dorico — creating paired instrumentsIf you write or transcribe music for orchestras or small ensembles, you often come up with the problem of how to handle two musicians…Sep 13Sep 13
Dorico: your first song — for Finale usersFor our first project, we’re going to create a score for “Mary had a Little Lamb.” In this first example, we’ll just make this a soprano…Sep 11Sep 11
Downloading Dorico — for Finale UsersWith the August 23, 2024 announcement that Finale was no longer being developed, multitudes of Finale users are scrambling to evaluate and…Sep 9Sep 9
Writing a calculator program in PythonMany computer courses in Python suggest writing a calculator program in Python to develop both your logic and user interface skills. In…Jan 12, 2021Jan 12, 2021
Build a simple address book in PythonIt is not uncommon to propose an exercise in Python to construct an address book display. It should display a list of names and allow you…Jan 4, 2021Jan 4, 2021
Easy Eggs BenedictThere’s really not much to making this fabulous breakfast (or lunch or dinner) dish. This videoOct 15, 2020Oct 15, 2020
Entering data in Python: console or GUISuppose you want the user to enter some data for a Python program to work on. For this, Python provides the input statement, which can…Oct 5, 2020Oct 5, 2020
Comparing Python Tkinter and PyQt5TkInter is the well-known GUi system based on the Tk toolkit and interfaced to Python so that it has become the preferential GUI interface…Sep 22, 2020Sep 22, 2020