lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Writing notes in Pythagorean tuning in microlily


From: kupirijo wikipedian
Subject: Writing notes in Pythagorean tuning in microlily
Date: Fri, 22 Nov 2019 08:24:15 +0000

Hello,

I would like to be able to write notes in Pythagorean tuning with sharps and flats in microtonal notation using microlily without having to write e.g. \raise #3/2 B to get an F#

A more extreme example would be when I would like to notate 2 consecutive fifths e.g. F# C# G#, then I would have to write

\relative
c {
  	\override Staff.TimeSignature #'stencil = ##f
  	\set Timing.defaultBarType = "" 
	\mixed {\raise #3/2 b \raise #3/2 \raise #3/2 \lower #2 b \raise #3/2 \raise #3/2 \raise #3/2 \lower #2 b}
}

Is there a simpler way of doing this?

Please note that I am using the documentation notes written at http://x31eq.com/lilypond/

Thank you in advance

kupirijo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]