Re: Frescobaldi LilyPond Log

2019-11-26 Thread Steve Cummings
(Apologies for any duplication--I didn't see this alternative mentioned in the thread.) Nothing wrong with the Autohotkey solution but it's pretty easy to unstick the stuck font size setting in the log, a known problem in the Windows version of Frescobaldi. The issue has been fixed in the

bar numbers at top of score

2019-11-26 Thread Craig Dabelstein
Hi everyone, I remember a thread where someone had posted a score and along the top on its own line was every bar numbered in a large size. Does anyone remember this? I can't locate it. Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave, Kedron QLD 4031, Australia

Re: horizontal position of rehearsal marks at start of system

2019-11-26 Thread Werner LEMBERG
>> https://sourceforge.net/p/testlilyissues/issues/5621/ > > I would have preferred to have it printed over an "imaginary bar > line", see issue 1150. > > https://sourceforge.net/p/testlilyissues/issues/1150/ I don't object. Honestly, I don't care where it is positioned as long it is not

Identifying non-chord notes in Scheme

2019-11-26 Thread Steve Cummings
What's the test for differentiating between non-chord notes and notes within a chord, when iterating through events in music? I can examine the notes within a chord individually, but I can't been able to find the way to capture notes that don't belong to a chord (or alternatively, to discard

Re: horizontal position of rehearsal marks at start of system

2019-11-26 Thread Xavier Scheuer
On Tue, 26 Nov 2019 at 12:53, Werner LEMBERG wrote: > > See > > https://sourceforge.net/p/testlilyissues/issues/5621/ > Hi Werner, hi all, I would have preferred to have it printed over an "imaginary bar line", see issue 1150. https://sourceforge.net/p/testlilyissues/issues/1150/ Cheers,

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
On Tue, 26 Nov 2019 at 15:25, David Kastrup wrote: > Gianmaria Lari writes: > > > On Tue, 26 Nov 2019 at 14:14, David Kastrup wrote: > > > >> Thomas Morley writes: > >> > >> > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > >> > : > >> >> > >> >> This code works. > >> >> > >> >>

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread David Kastrup
Gianmaria Lari writes: > On Tue, 26 Nov 2019 at 14:14, David Kastrup wrote: > >> Thomas Morley writes: >> >> > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari >> > : >> >> >> >> This code works. >> >> >> >> \version "2.21.0" >> >> test = #(define-scheme-function (nota) (ly:music?) >>

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
On Tue, 26 Nov 2019 at 14:14, David Kastrup wrote: > Thomas Morley writes: > > > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > > : > >> > >> This code works. > >> > >> \version "2.21.0" > >> test = #(define-scheme-function (nota) (ly:music?) > >> #{ > >> $nota ^\markup {M}

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread David Kastrup
Thomas Morley writes: > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > : >> >> This code works. >> >> \version "2.21.0" >> test = #(define-scheme-function (nota) (ly:music?) >> #{ >> $nota ^\markup {M} >> #}) Ugh. Why a scheme function? >> {\test c} >> >> but it didn't

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
On Tue, 26 Nov 2019 at 10:53, Thomas Morley wrote: > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > : > > > > This code works. > > > > \version "2.21.0" > > test = #(define-scheme-function (nota) (ly:music?) > > #{ > > $nota ^\markup {M} > > #}) > > > > {\test c} > > > >

Re: Availability of music notation font in LibreOffice

2019-11-26 Thread Malte Meyn
Am 26.11.19 um 12:45 schrieb Peter Toye: I want to write some editorial notes which will be mostly free-form test but will include some musical symbols (dynamics, notes). A word processor (I use Libre office) is easiest for the text, but how do I include the musical symbols? Is the Feta

Re: horizontal position of rehearsal marks at start of system

2019-11-26 Thread Werner LEMBERG
>>> how can I control the default horizontal position of rehearsal >>> marks at the beginning of a line? As can be seen in the attached >>> image, the rehearsal mark gets shifted up because it would >>> otherwise collide with the bar number. Consequently, I would like >>> to have the default

Availability of music notation font in LibreOffice

2019-11-26 Thread Peter Toye
I want to write some editorial notes which will be mostly free-form test but will include some musical symbols (dynamics, notes). A word processor (I use Libre office) is easiest for the text, but how do I include the musical symbols? Is the Feta font available to use - it doesn't appear in my

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Thomas Morley
Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari : > > This code works. > > \version "2.21.0" > test = #(define-scheme-function (nota) (ly:music?) > #{ > $nota ^\markup {M} > #}) > > {\test c} > > but it didn't in version 2.19.83. How I should modify it to make it working > in

$nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
This code works. \version "2.21.0" test = #(define-scheme-function (nota) (ly:music?) #{ $nota ^\markup {M} #}) {\test c} but it didn't in version 2.19.83. How I should modify it to make it working in 2.19.83? Thank you, g.