Re: Table of Contents in Two Columns?

2019-11-03 Thread Solomon Foster
On Fri, Nov 1, 2019 at 6:05 PM Simon Albrecht wrote: > Unfortunately the latter. LilyPond isn’t equipped for that kind of text > processing; while markuplist can be used for pagebreakable markup, there > is no way of directing it into columns other than hard-coding breaks, > splitting it up and u

Re: scheme-question: matrix-operation

2019-11-03 Thread David Kastrup
Thomas Morley writes: > Hi, > > lets say I've a list of sublists like '((1 2 3)(4 5 6)) > I want to modify it, the result should be '((1 3 5)(2 4 6)) > > This is a matrix-operation (not sure whether matrix is the correct > english term), on could write it graphically: > 1 2 3 > 4 5 6 > -> > 1 3 5

scheme-question: matrix-operation

2019-11-03 Thread Thomas Morley
Hi, lets say I've a list of sublists like '((1 2 3)(4 5 6)) I want to modify it, the result should be '((1 3 5)(2 4 6)) This is a matrix-operation (not sure whether matrix is the correct english term), on could write it graphically: 1 2 3 4 5 6 -> 1 3 5 2 4 6 What's the best scheme-way to get it

Re: Scoped variables

2019-11-03 Thread Peter Toye
- Sunday, November 3, 2019, 2:24:10 PM, David Kastrup wrote: > Peter Toye writes: >> Is there a case for introducing scoped variables into Lilypond? >> As I understand it (please correct me if I'm wrong), variables have to be >> declared at the top of the document, bef

Re: Fedora 31, Python3, Frescobaldi

2019-11-03 Thread Federico Bruni
Il giorno ven 1 nov 2019 alle 10:22, Martin Tarenskeen ha scritto: Just upgraded to Fedora 31. Maybe this is not the right place to report this, but I'm seeing this in my terminal when updating my packages: Problem 1: package frescobaldi-3.0.0-10.fc31.noarch requires python3-sip, but

Re: Scoped variables

2019-11-03 Thread Timothy Lanfear
On 03/11/2019 12:54, Peter Toye wrote: Scoped variables Is there a case for introducing scoped variables into Lilypond? As I understand it (please correct me if I'm wrong), variables have to be declared at the top of the document, before any music expression. I'm trying to work on a document

Re: Frescobaldi LilyPond Log

2019-11-03 Thread Freeman Gilmore
Problem solved for LilyPond log font size using AutoHotkey. Thanke for the help from Ben (sounds from sound). Thank you all, fg On Sat, Nov 2, 2019 at 11:10 PM Ben wrote: > On 11/2/2019 10:57 PM, Freeman Gilmore wrote: > > > > On Sat, Nov 2, 2019 at 10:51 PM Ben wrote: > >> On 11/2/2019 10:

Re: Scoped variables

2019-11-03 Thread David Kastrup
Peter Toye writes: > Is there a case for introducing scoped variables into Lilypond? > > As I understand it (please correct me if I'm wrong), variables have to be > declared at the top of the document, before any music expression. I'm trying > to work on a document with many different scores,

Re: \woodwind-diagram shift problem

2019-11-03 Thread Pierre Perol-Schneider
Le dim. 3 nov. 2019 à 13:44, Thomas Morley a écrit : > I'd delete all occurrencies of \center-column, makes no sense. > Oops, my mistake, copy/paste typo... Cheers, Pierre

Scoped variables

2019-11-03 Thread Peter Toye
Is there a case for introducing scoped variables into Lilypond? As I understand it (please correct me if I'm wrong), variables have to be declared at the top of the document, before any music expression. I'm trying to work on a document with many different scores, each if which is in its own f

Re: \woodwind-diagram shift problem

2019-11-03 Thread Thomas Morley
Am So., 3. Nov. 2019 um 11:39 Uhr schrieb Jacques Menu : > > Hello folks, > > In the attached sample, the diagrams in the second measure are shifted right, > and the second one is much above the others. > > Any hint is welcome! > > JM Hi Jacques, I'd delete all occurrencies of \center-column, ma

Re: \woodwind-diagram shift problem

2019-11-03 Thread Pierre Perol-Schneider
Hi Jacques, I think is due to the narrow chords and the markups layer/extents conflicts. So, not surprising. As a workaround: \version "2.19.82" #(set-global-staff-size 20) \header { % title = "Saxophone fingerings" title = "Doigtés du saxophone" instrument = "" } \layout { indent = 0\

\woodwind-diagram shift problem

2019-11-03 Thread Jacques Menu
Hello folks, In the attached sample, the diagrams in the second measure are shifted right, and the second one is much above the others. Any hint is welcome! JM SaxophoneFingeringsProblem.ly Description: Binary data