Re: tie & tag

2019-11-22 Thread Aaron Hill
On 2019-11-22 12:49 pm, Gianmaria Lari wrote: Your code surprise me, so probably I didn't understand how tag do work. I thought that this \pushToTag #'here c' \tag #'here { g' } would be 'converted' to c' { g' } [ . . . ] Could you please give me some hints? In part, I think the \tag being

Re: tie & tag

2019-11-22 Thread Gianmaria Lari
On Fri, 22 Nov 2019 at 18:53, Aaron Hill wrote: > On 2019-11-22 7:49 am, Gianmaria Lari wrote: > > I tried (again) with PushToTag with no success. And I don't understand > > why > > it doesn't work. Here it is the code: > > \pushToTag and \appendToTag only work on things that have an elements >

Re: Writing notes in Pythagorean tuning in microlily

2019-11-22 Thread Hans Åberg
> On 22 Nov 2019, at 09:24, kupirijo wikipedian > wrote: > > 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# … > Please note that I am using the documentation

Re: tie & tag

2019-11-22 Thread Aaron Hill
On 2019-11-22 7:49 am, Gianmaria Lari wrote: I tried (again) with PushToTag with no success. And I don't understand why it doesn't work. Here it is the code: \pushToTag and \appendToTag only work on things that have an elements property. So that means this expression is valid but useless:

Re: Tags with multiple bookparts

2019-11-22 Thread Peter Toye
Simon, Thanks. I've already got quite a baroque file structure, and was hoping to avoid having to add the \keepWithTag commands to a single one at the outer level. I'm sure to miss one somewhere... Oh well. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com -

Re: tie & tag

2019-11-22 Thread Gianmaria Lari
I tried (again) with PushToTag with no success. And I don't understand why it doesn't work. Here it is the code: \version "2.21.00" \tagGroup #'(screenOut midiOut) nc = {\tag #'midiOut\tag #'tieTag {} \tag #'screenOut c' } myScore = {\pushToTag #'tieTag ~ \nc \nc} \keepWithTag #'screenOut

Re: tie & tag

2019-11-22 Thread Gianmaria Lari
Hello Aaron, made some tests and I discovered where are the issues. Here is our working code (just a bit simplified): \version "2.21.0" \tagGroup #'(screenOut midiOut) nc = {\tag #'midiOut\tag #'screenOut c' } myScore = {\nc << \nc <>~ >> \nc} \keepWithTag #'screenOut \myScore \keepWithTag

Re: Writing notes in Pythagorean tuning in microlily

2019-11-22 Thread Hans Åberg
Normally, one lets the staff system refer to Pythagorean tuning, and the file regular.ly lets one produce MIDI output in some ET, for Pythagorean tuning, E53 is suitable. Then the arrows in the snippet refer to Helmholtz-Ellis notation for (5-limit) Just Intonation, where the arrows are

RE: Writing notes in Pythagorean tuning in microlily

2019-11-22 Thread lilypond
Maybe this gives you an idea how to do it? http://lsr.di.unimi.it/LSR/Item?id=786 Jaap From: lilypond-user On Behalf Of kupirijo wikipedian Sent: Friday, November 22, 2019 9:24 AM To: lilypond-user@gnu.org Subject: Writing notes in Pythagorean tuning in microlily Hello, I

Writing notes in Pythagorean tuning in microlily

2019-11-22 Thread kupirijo wikipedian
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