Re: Custon MMR engraver - another issue

2020-01-06 Thread Craig Dabelstein
Ok Harm. Thanks for the engraver. It's brilliant.

All the best,

Craig


On Mon, 6 Jan 2020 at 20:05, Thomas Morley  wrote:

> Am Mo., 6. Jan. 2020 um 04:16 Uhr schrieb Craig Dabelstein <
> craig.dabelst...@gmail.com>:
>
>> Hi again,
>>
>> When using lilypond on the command line, and trying to engrave multiple
>> files, the multi measure rest engraver is giving this error when it moves
>> to the second file on the list:
>>
>> /Applications/LilyPond\ 2.19.83.app/Contents/Resources/bin/lilypond
>> -dpoint-and-click -ddelete-intermediate-files --pdf *.ly
>>
>> fatal error: symbol printMmrRange redefined
>>
>>
>> I've been using trial and error to try to find the problem but I really
>> don't know where to look. Anh ideas?
>>
>>
>> Many thanks,
>>
>>
>> Craig
>>
>>
>>
> Well, I defined a custom context-property for this engraver and
> implemented a fatal error, if this property is redefined  Following the
> method in define-context-properties.scm.
> You trigger this error if you compile multiple files containing the
> definition.
> This is a security-net, we shouldn't throw it away.
> We could avoid it, if we actually reset `all-translation-properties´,
> though, some time ago David K. warned to do so, iirc.
> I have to admit I don't remember the reasoning, though usually he has good
> ones...
>
> I'll think about how to circumvent the problem.
>
> Cheers,
>   Harm
>
>
>
>

-- 
Craig Dabelstein
Owner
Maxime's Music
M: 0404884173
A: 19 Twelfth Ave,  Kedron QLD 4031, Australia
W: concertbandmusicstore.com E:
cr...@concertbandmusicstore.com 






Re: ANN: Frescobaldi 3.1 has been released!

2020-01-06 Thread Davide Liessi
Il giorno gio 2 gen 2020 alle ore 01:13 Michael Rivers
 ha scritto:
> The score wizard does nothing for me in Frescobaldi 3.1 (Windows version). I
> uninstalled it and reinstalled the old version, whose score wizard works
> fine.

Il giorno gio 2 gen 2020 alle ore 04:10 Guy Stalnaker
 ha scritto:
> Concur on Score Wizard for 3.1 and latest Win10 (updated 12/16). Toolbar 
> button, menu, and keystrokes all ineffective.

Il giorno gio 2 gen 2020 alle ore 02:45 Ben
 ha scritto:
> Correct. Same here. Score Wizard button is completely broken on Windows 10 
> with version 3.1 - the button just 'clicks' but nothing happens.

Reported at https://github.com/frescobaldi/frescobaldi/issues/1243

Best wishes.
Davide



Re: Score Wizard Fresco 3.1

2020-01-06 Thread Tim Slattery
>Date: Wed, 1 Jan 2020 17:31:10 -0700 (MST)
>From: Michael Rivers 
>
>The score wizard does nothing for me in Frescobaldi 3.1 (Windows version). I
>uninstalled it and reinstalled the old version, whose score wizard works
>fine. 

I see there is a version 3.1.1 as of January 4. The change log for it
doesn't mention this problem. Has there been any resolution yet?

-- 
Tim Slattery
tim  risingdove  com




Re: Bass Clef Troubles

2020-01-06 Thread Thomas Morley
Am Mo., 6. Jan. 2020 um 22:18 Uhr schrieb Ethan Sue :
>
> When I put in:
>
> \version "2.18.2"
> \score {
>   \new PianoStaff <<
> %Right Hand
> \new Staff \relative c'' { \clef bass  R1 R1 }
> %Left hand
> \new Staff \relative c, {\time 2/2 \clef bass \slashedGrace des8 c2}>>
> }
>
> for the right hand, there is a treble clef before the bass clef. I only want 
> a bass clef at the beginning of the right hand. When I remove the 
> "\slashedGrace des8", the treble clef goes away. How do I keep the slashed 
> grace note but not have a treble clef in the right hand first?

Our most infamous bug: Issue 34
Look for grace synchronization in NR

Here:

\score {
  \new PianoStaff <<
%Right Hand
\new Staff \relative c'' { \clef bass  \grace s8 R1 R1 }
%Left hand
\new Staff \relative c, {\time 2/2 \clef bass \slashedGrace des8 c2}>>
}

Cheers,
  Harm



Bass Clef Troubles

2020-01-06 Thread Ethan Sue
When I put in:

\version "2.18.2"
\score {
  \new PianoStaff <<
%Right Hand
\new Staff \relative c'' { \clef bass  R1 R1 }
%Left hand
\new Staff \relative c, {\time 2/2 \clef bass \slashedGrace des8 c2}>>
}

for the right hand, there is a treble clef before the bass clef. I only
want a bass clef at the beginning of the right hand. When I remove the
"\slashedGrace des8", the treble clef goes away. How do I keep the slashed
grace note but not have a treble clef in the right hand first?


Easy cross staff

2020-01-06 Thread Paolo Prete
Hello all,

I was a little bit reluctant to publish this (the Scheme code has to be
cleaned, better indented etc.) but given that it seems to me that it works
well and avoids many limitations of the cross-staff interface, I am happy
to share it.

http://lilybin.com/eoxzn9/2

Is there any volunteer to clean up the code?

Of course, this feature will be added to the LilyJSSVG editor, along with a
widget for entering values in tabular form.

Please leave a feedback.

HTH

Paolo


Re: ANN: LilyJSSVG, first pre-release (BIG improvement)

2020-01-06 Thread Paolo Prete
Hi Simon

you have to download it and play with a common player, as explained in the
homepage of the project.
There's not an embedded viewer in Github, sorry.

best,
Paolo.


On Mon, Jan 6, 2020 at 4:01 PM Simon Albrecht 
wrote:

> Hi Paolo,
>
> On 05.01.20 23:32, Paolo Prete wrote:
> > https://github.com/paolo-prete/LilyJSSVG/blob/master/LilyJSSVG.ogv
>
>
> it seems like github can’t display the video—even the ‘raw’ option shows
> a zero-length video.
>
> Best, Simon
>
>


Re: ANN: LilyJSSVG, first pre-release (BIG improvement)

2020-01-06 Thread Simon Albrecht

Hi Paolo,

On 05.01.20 23:32, Paolo Prete wrote:

https://github.com/paolo-prete/LilyJSSVG/blob/master/LilyJSSVG.ogv



it seems like github can’t display the video—even the ‘raw’ option shows 
a zero-length video.


Best, Simon




Re: Custom MMR Range engraver problem under 2.19.83

2020-01-06 Thread Thomas Morley
Am Mo., 6. Jan. 2020 um 02:22 Uhr schrieb David Kastrup :
>
> David Kastrup  writes:
>
> > Thomas Morley  writes:
> >
> >> Am Mo., 6. Jan. 2020 um 00:53 Uhr schrieb Malte Meyn 
> >> :
> >>>
> >>>
> >>>
> >>> Am 06.01.20 um 00:02 schrieb Craig Dabelstein:
> >>> > Hi all,
> >>> >
> >>> > I've been using the custom mmr-range-engraver (from this thread:
> >>> > https://lists.gnu.org/archive/html/lilypond-user/2016-02/msg00505.html).
> >>> > It was working perfectly under 2.19.82 but won't work under 2.19.83. No
> >>> > error messages at all. Just mmr bar numbers not displaying. Has anyone
> >>> > else experienced this?
> >>> >
> >>> > Craig
> >>>
> >>> Could you please give a minimal working example (or at least link to the
> >>> message containing a compilable code, not to the start of the thread)?
> >>>
> >>
> >> It's
> >> https://lists.gnu.org/archive/html/lilypond-user/2016-02/msg00543.html
> >>
> >> A minimal for the problem:
> >>
> >> \markup
> >> \center-column {
> >>foo
> >>\translate #'(0 . 3)
> >>\with-dimensions #empty-interval #empty-interval
> >>bar
> >> }
> >>
> >> With 2.19.82 "bar" is printed, it completely disappears with 2.19.83
> >> No clue what happens and why.
> >> Probably a bug, to tired to do further research, thoug.
> >
> > Bisecting.
>
> 06be909202d2ced6e651e4420bc8068eafae023e is the first bad commit
> commit 06be909202d2ced6e651e4420bc8068eafae023e
> Author: Thomas Morley 
> Date:   Sat May 26 23:45:55 2018 +0200
>
> Issue 5331 Let general-column deal reliable with empty args
>
> Previously an args-list of empty-stencils issued a programming error:
>   Improbable offset for stencil: -inf staff space
> This patch removes empty stencils from the args-list.
> If args-list is empty, an empty stencil is returned.
>
> :04 04 1f7b4bbaa3a3fb2614daa9b9a58ac279aded4998 
> 2a55b8acbf49de4695c9afd37f1d60768084d8e1 M  scm
>
>
> --
> David Kastrup

Ok, thanks for bisecting.
I'll rethink the problem. Not sure if I can propose anythink before
Salzburg, though.

Cheers,
  Harm



Re: Custon MMR engraver - another issue

2020-01-06 Thread Thomas Morley
Am Mo., 6. Jan. 2020 um 04:16 Uhr schrieb Craig Dabelstein <
craig.dabelst...@gmail.com>:

> Hi again,
>
> When using lilypond on the command line, and trying to engrave multiple
> files, the multi measure rest engraver is giving this error when it moves
> to the second file on the list:
>
> /Applications/LilyPond\ 2.19.83.app/Contents/Resources/bin/lilypond
> -dpoint-and-click -ddelete-intermediate-files --pdf *.ly
>
> fatal error: symbol printMmrRange redefined
>
>
> I've been using trial and error to try to find the problem but I really
> don't know where to look. Anh ideas?
>
>
> Many thanks,
>
>
> Craig
>
>
>
Well, I defined a custom context-property for this engraver and implemented
a fatal error, if this property is redefined  Following the method in
define-context-properties.scm.
You trigger this error if you compile multiple files containing the
definition.
This is a security-net, we shouldn't throw it away.
We could avoid it, if we actually reset `all-translation-properties´,
though, some time ago David K. warned to do so, iirc.
I have to admit I don't remember the reasoning, though usually he has good
ones...

I'll think about how to circumvent the problem.

Cheers,
  Harm