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

2019-12-31 Thread Wilbert Berendsen
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)

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

2019-12-31 Thread Davide Liessi
Il giorno mar 31 dic 2019 alle ore 16:13 MING TSANG ha scritto: > Any place I can download frecobaldi 3.0.0.2 and reinstall v3.1 so that I can > continue running frecobaldi. Previous releases are still available on GitHub: https://github.com/frescobaldi/frescobaldi/releases Best wishes. Davide

Re: nudging a note

2019-12-31 Thread Simon Albrecht
Hi Mark, another low-maintenance solution would be: <<   { %{ notes for top voice %} }   \\   { %{ notes for bottom voice %} }   \\ \\ % NB!   { %{ notes for middle voice %} } >> Best, Simon On 31.12.19 07:09, Mark Stephen Mrotek wrote: Hello to All Please provide some

Re: nudging a note

2019-12-31 Thread Aaron Hill
On 2019-12-31 2:36 am, Simon Albrecht wrote: another low-maintenance solution would be: <<   { %{ notes for top voice %} }   \\   { %{ notes for bottom voice %} }   \\ \\ % NB!   { %{ notes for middle voice %} } >> Seems a good case for \voices: \voices 1,4,2 << { %{ top %} }

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

2019-12-31 Thread Klaus Blum
Hi Ming, yming tsang wrote > I got the error message when I run frecobaldi. I just installed Frescobaldi 3.1 on Win10. When launching for the first time, I had the same error message. Maybe I should have de-installed Frescobaldi 3.0 before? So I de-installed Frescobaldi 3.1 and just

Re: nudging a note

2019-12-31 Thread Robin Bannister
Mark Stephen Mrotek wrote: Please provide some suggestions/alternatives for the positioning of the first note of the middle voice. Use \voiceFour instead of \stemDown? Cheers, Robin

Re: nudging a note

2019-12-31 Thread David Kastrup
"Mark Stephen Mrotek" writes: > Hello to All > > > > Please provide some suggestions/alternatives for the positioning of the > first note of the middle voice. > > > > Thank you and Happy New Year! > > > > Mark > > > > \version "2.19.83" > > > > \relative c' { > > <<{c'2~ c8. dis16 e8.

Re: nudging a note

2019-12-31 Thread Robert Blackstone
Hi Mark, How about this? %\version "2.19.83" \relative c' { <<{c'2~ c8. dis16 e8. c16 | b2~ b8. dis16 e8. b16 | a2~ a8. b16 c8. a16}\\ { e2 fis | dis e | cis dis}\\ {\stemDown \override NoteColumn #'force-hshift = #1 b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ | g8. g16 fis8.

Re: nudging a note

2019-12-31 Thread Robin Bannister
Robin Bannister wrote: Use \voiceFour instead of \stemDown? But using \voiceFour for the middle and \voiceTwo for the bottom makes it a lot easier to follow the voices. Cheers, Robin

RE: nudging a note

2019-12-31 Thread Mark Stephen Mrotek
Simon, Thank you for your suggestion. Using voice four either explicitly or implicitly does not position the notes correctly Mark -Original Message- From: Simon Albrecht [mailto:simon.albre...@mail.de] Sent: Tuesday, December 31, 2019 2:37 AM To: Mark Stephen Mrotek ; 'Lilypond-User

nudging

2019-12-31 Thread Mark Stephen Mrotek
Gentlemen, While using \voice 4 does replace my incorrect use of \stemDown, it does not locate the note head properly. To do this a column shift is necessary. This code is a combination of your suggestions. \voices 1, 2, 4 <<{c'2~ c8. dis16 e8. c16 | b2~ b8. dis16 e8. b16 |

Positioning tuplet numbers close to kneed beams not working

2019-12-31 Thread Nikolai Ho
Hello, I cannot get the tuplet number to appear directly above the kneed bar. What am I doing wrong? Is it perhaps the version I am using? Thank you! \version "2.18.2" upper = \relative c' { \clef treble \key d \major %%%... } lower = \relative c { \clef bass

Understanding fancy-gliss

2019-12-31 Thread 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? DR

Re: Positioning tuplet numbers close to kneed beams not working

2019-12-31 Thread Vaughan McAlley
On Wed, 1 Jan 2020 at 13:38, Nikolai Ho wrote: > Hello, > I cannot get the tuplet number to appear directly above the kneed bar. > What am I doing wrong? Is it perhaps the version I am using? Thank you! > > > > \version "2.18.2" > > upper = > \relative c' { > \clef treble > \key d \major >

RE: nudging a note

2019-12-31 Thread Mark Stephen Mrotek
Robin, Using voice Four either implicitly or explicitly does not remedy the collision. Thank you for your suggestions. Mark -Original Message- From: Robin Bannister [mailto:r...@dabble.ch] Sent: Tuesday, December 31, 2019 2:21 AM To: Mark Stephen Mrotek ; 'Lilypond-User Mailing List'

RE: nudging a note

2019-12-31 Thread Mark Stephen Mrotek
David, Thank you for the suggestion. In each measure the first note of the middle voice is still colliding. Mark -Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Tuesday, December 31, 2019 2:32 AM To: Mark Stephen Mrotek Cc: 'Lilypond-User Mailing List' Subject:

Re: nudging a note

2019-12-31 Thread David Wright
On Tue 31 Dec 2019 at 10:39:46 (-0800), Mark Stephen Mrotek wrote: > Robert, > Thank you for your solution that works perfectly! Yes, it provides a solution to "Please provide some suggestions/alternatives for the positioning of the first note of the middle voice", but not a lot more. Using

Re: nudging a note

2019-12-31 Thread Robin Bannister
On 31.12.2019 19:39, Mark Stephen Mrotek wrote: Robert, Thank you for your solution that works perfectly! Well, the ties across the barlines are hardly perfectly placed. When you append a corresponding corrective override to the existing \stemDown \override NoteColumn #'force-hshift

RE: nudging a note

2019-12-31 Thread Mark Stephen Mrotek
Robert, Thank you for your solution that works perfectly! Mark From: Robert Blackstone [mailto:blackstone.rob...@gmail.com] Sent: Tuesday, December 31, 2019 1:35 AM To: Mark Stephen Mrotek Cc: Lilypond-User Mailing List Subject: Re: nudging a note Hi Mark, How about this?

RE: nudging a note

2019-12-31 Thread Mark Stephen Mrotek
David, Thank you for the two options (and printed results). Several other suggestions led me to the same results Mark -Original Message- From: David Wright [mailto:lily...@lionunicorn.co.uk] Sent: Tuesday, December 31, 2019 11:40 AM To: Mark Stephen Mrotek Cc: 'Robert Blackstone' ;

Re: nudging a note

2019-12-31 Thread David Kastrup
"Mark Stephen Mrotek" writes: > David, > > I was not specific in my request. The original (Mozart K 310) has the middle > voice to the right. > > Thank you for your attention. Well, use \voices 1,4,2 instead of \voices 1,2,4 then. -- David Kastrup

Re: nudging a note

2019-12-31 Thread David Kastrup
"Mark Stephen Mrotek" writes: > David, > > Thank you for the suggestion. > In each measure the first note of the middle voice is still colliding. > Hm. In the second measure I have a collision with a dot. But no collision otherwise. Does it look differently with you? -- David Kastrup

RE: nudging a note

2019-12-31 Thread Mark Stephen Mrotek
David, I was not specific in my request. The original (Mozart K 310) has the middle voice to the right. Thank you for your attention. Mark -Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Tuesday, December 31, 2019 11:43 AM To: Mark Stephen Mrotek Cc: