Frescobaldi Windows10

2020-01-01 Thread Peter Gentry
A huge thank you to everyone involved. Installation without any hiccups and
so far all the old "bugs" have been sorted.

 

Thanks again a very good job .

 

Regards Peter

 



Re: Understanding fancy-gliss

2020-01-01 Thread Thomas Morley
Am Di., 31. Dez. 2019 um 21:40 Uhr schrieb Daniel Rosen :
>
> I'm having a little bit of trouble understanding exactly how to use Harm's 
> excellent fancy-gliss function, particularly when it comes to creating 
> curves. Can someone help me get a better handle on this?

Hi Daniel,

the usual glissando starts at a point (x1 y2) and ends at another point (x2 y2).

fancy-gliss expects a list, where every sublist needs to be a
number-list of length 2 or 6, with alternating values for x- and
y-coordinates.
6 entries will result in a bezier-curve. 2 entries in a straight line,
both starting at the last coordinate (retrieved from the last two
values) of the previous given sublist or at the starting point (x1
y1). You may regard the starting-point as (0 0).
These coordinates are not taken as exact coordinates. While the
y-values are taken as entered, NB relative to y1, the x-values are
scaled to let the final result fit the length of original glissando.

In its most simple usage fancy-gliss starts at said starting point
(there is no method impemented to change that). It ends at the usual
x2 (for the X-axis) of the original glissando and at the given
y-coordinate.
The given y-coordinate is relative to the y-value of the starting-point.
The given x-coodinate is scaled to fit the original x2.

Thus both glissandi below look equal:
\layout {
  \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  \override Glissando.minimum-length = 30
}

{
  \fancy-gliss #'((1 0))
  b4\glissando
  b'
  \fancy-gliss #'((10 0))
  b4\glissando
  b'
}

With complexer input-lists all x-values are taken into account and
scaled accordingly.
Below, the first glissando starts as usual (x1 y1), after 1/11 (of the
original length) the line goes to (+ y1 10), after 11/11 it returns to
(+ y1 0).
The second glissando starts and ends as the first, but after 10/11 (of
the original length) the line goes to (+ y1 10).
Y-values relative to y1.

{
  \fancy-gliss #'((1 10)(11 0))
  b4\glissando
  b'

  \fancy-gliss #'((10 10)(11 0))
  b4\glissando
  b'
}

As said sublists of length 6 will result into bezier curves, the
values are taken as control-points.
Attached you'll find an image where I added some debugging code for

{
  \fancy-gliss #'((2 6 4 6 6 0)(8 10) (10 3.5))
  b4\glissando
  b'

}

The red crosses are the entered coordinates (I've manually added the
starting point), relative to the middle staff-line.
The black crosses are the calculated coordinates.
Furthermore I added lines demonstrating which original point becomes
which translated point.

HTH,
  Harm


drum exercises

2020-01-01 Thread Marco
Good morning,
I am a drum student and I would like to learn to write the exercises with
lilypond (2.19.83) as you can see in the attached image.
Can anyone help me.

Thanks and happy new year 2020 to all



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



Re: drum exercises

2020-01-01 Thread J Martin Rushton

Hi Marco,

I'm not seeing any attachment, did you forget to add it?

Martin

On 01/01/2020 15:33, Marco wrote:

Good morning,
I am a drum student and I would like to learn to write the exercises with
lilypond (2.19.83) as you can see in the attached image.
Can anyone help me.

Thanks and happy new year 2020 to all

--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



--
J Martin Rushton MBCS



Re: Windows installer available (was Re: ANN: Frescobaldi 3.1 has been released!)

2020-01-01 Thread SoundsFromSound
Wilbert Berendsen-2 wrote
> Dear friends,
> 
> thanks go to Jörg Hoffmann for creating a full Windows installer for
> Frescobaldi 3.1.
> 
> https://github.com/frescobaldi/frescobaldi/releases
> 
> All the best!
> Wilbert
> 
> 
> -- 
> Wilbert Berendsen (www.wilbertberendsen.nl)

Hello,

I was wondering about this new v3.1 for Windows 10. Another thread discusses
how users likely need to uninstall Frescobaldi 3 before 'updating' to this
new version. Is this the only way to avoid that error on startup?

By doing this uninstall, you lose all configuration settings in Frescobaldi,
all options, snippets, everything.
This seems risky to me, especially for new users who maybe wouldn't expect
that behavior. They would lose all their settings, templates, snippets, etc
as they update to v3.1 in this way. 

Just wanted to see if there was any other way to update Windows 10
Frescobaldi v3.1 from v3.0 without having to uninstall and lose all previous
configurations/program settings/snippets.

Thanks!


* More info *
Windows 10 / Frescobaldi 3.1 errors:
http://lilypond.1069038.n5.nabble.com/Windows-installer-available-was-Re-ANN-Frescobaldi-3-1-has-been-released-td226597.html

Uninstall 'solution'
http://lilypond.1069038.n5.nabble.com/Windows-installer-available-was-Re-ANN-Frescobaldi-3-1-has-been-released-tp226597p226600.html





-
composer | sound designer | asmr artist 
LilyPond video tutorials: http://bit.ly/LearnLilyPond
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



Re: Windows installer available (was Re: ANN: Frescobaldi 3.1 has been released!)

2020-01-01 Thread Bernhard Kleine
I had also an error after installing Frescobaldi 3.1. I deinstalled the
program and installed 3.1 again. This time it started  without any error.

Thanks a lot for Frescobaldi

Bernhard

Am 01.01.2020 um 19:18 schrieb SoundsFromSound:
> Wilbert Berendsen-2 wrote
>> Dear friends,
>>
>> thanks go to Jörg Hoffmann for creating a full Windows installer for
>> Frescobaldi 3.1.
>>
>> https://github.com/frescobaldi/frescobaldi/releases
>>
>> All the best!
>> Wilbert
>>
>>
>> -- 
>> Wilbert Berendsen (www.wilbertberendsen.nl)
> Hello,
>
> I was wondering about this new v3.1 for Windows 10. Another thread discusses
> how users likely need to uninstall Frescobaldi 3 before 'updating' to this
> new version. Is this the only way to avoid that error on startup?
>
> By doing this uninstall, you lose all configuration settings in Frescobaldi,
> all options, snippets, everything.
> This seems risky to me, especially for new users who maybe wouldn't expect
> that behavior. They would lose all their settings, templates, snippets, etc
> as they update to v3.1 in this way. 
>
> Just wanted to see if there was any other way to update Windows 10
> Frescobaldi v3.1 from v3.0 without having to uninstall and lose all previous
> configurations/program settings/snippets.
>
> Thanks!
>
>
> * More info *
> Windows 10 / Frescobaldi 3.1 errors:
> http://lilypond.1069038.n5.nabble.com/Windows-installer-available-was-Re-ANN-Frescobaldi-3-1-has-been-released-td226597.html
>
> Uninstall 'solution'
> http://lilypond.1069038.n5.nabble.com/Windows-installer-available-was-Re-ANN-Frescobaldi-3-1-has-been-released-tp226597p226600.html
>
>
>
>
>
> -
> composer | sound designer | asmr artist 
> LilyPond video tutorials: http://bit.ly/LearnLilyPond
> --
> Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
>
-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com, www.urseetal.net
Ich darf auch auf mein neues Buch "Falter in Lenzkirch" aufmerksam machen 
(Infos bei mir)
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




signature.asc
Description: OpenPGP digital signature


RE: Understanding fancy-gliss

2020-01-01 Thread Daniel Rosen
Harm,

Thank you so, so much for the primer---it cleared up everything that I had been 
unable to surmise for myself. I would highly recommend you update the LSR entry 
to include it.

Thanks again!

DR


RE: Understanding fancy-gliss

2020-01-01 Thread Daniel Rosen
> Harm,
> 
> Thank you so, so much for the primer---it cleared up everything that I had
> been unable to surmise for myself. I would highly recommend you update
> the LSR entry to include it.

Harm, one other question: is it possible to use your function in conjunction 
with a different style of line than the default, like 'zigzag? And if so, how? 
Using \override Glissando.style doesn't seem to do anything.


Re: ANN: Frescobaldi 3.1 has been released!

2020-01-01 Thread 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. 



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



Re: ANN: Frescobaldi 3.1 has been released!

2020-01-01 Thread Ben

On 1/1/2020 7:31 PM, Michael Rivers wrote:

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.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html


Correct. Same here. Score Wizard button is completely broken on Windows 
10 with version 3.1 - the button just 'clicks' but nothing happens.





Re: ANN: Frescobaldi 3.1 has been released!

2020-01-01 Thread Guy Stalnaker
Concur on Score Wizard for 3.1 and latest Win10 (updated 12/16). Toolbar
button, menu, and keystrokes all ineffective.

Is there a log somewhere we can use?

Guy

-- 

“Happiness is the meaning and the purpose of life, the whole aim and end of
human existence.”

― Aristotle

On Wed, Jan 1, 2020, 6:12 PM Michael Rivers 
wrote:

> 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.
>
>
>
> --
> Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
>
>