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
>   %%%...
> }
>
> lower =
>   \relative c {
>   \clef bass
>   \key d \major
>   \time 6/8
>
>   %%%……..
>
>   \override Beam.auto-knee-gap = #1 NOT WORKING
>
>   \tuplet 10/8 {\stemDown\change Staff = "upper" \crossStaff a'32 e cis
> \stemUp\change Staff = "lower" \crossStaff gis a, e a gis'
>  \stemDown\change Staff = "upper" \crossStaff cis e}
>
>   \tuplet 10/8 {a e cis \stemUp\change Staff = "lower" \crossStaff gis a,
> e a  gis' \stemDown\change Staff = "upper" \crossStaff cis e}  \tuplet
> 10/8 {a  e cis \stemUp\change Staff = "lower" \crossStaff gis a, e a gis'
> \stemDown\change Staff = "upper" \crossStaff cis e} \tuplet 10/8 {b'   e,
> cis \stemUp\change Staff = "lower" \crossStaff gis a, e a gis'
> \stemDown\change Staff = "upper" \crossStaff cis e} \tuplet 10/8 {cis' gis
> e   \stemUp\change Staff = "lower" \crossStaff a, a, e a a'
> \stemDown\change Staff = "upper" \crossStaff e' gis}
> }
>
> \score {
>   \new PianoStaff <<
> \new Staff = "upper" \upper
> \new Staff = "lower" \lower
> >>
>   \layout {
> \context {
>   \PianoStaff
>   \consists #Span_stem_engraver
> }
> \context {
>   \Staff
> }
>   }
>   \midi {}
> }
>
>
It looks like positioning tuplet numbers near kneed beams is a new feature
in 2.19:
http://lilypond.org/doc/v2.19/Documentation/changes/index.html

You can create shortcuts like:
u = { \stemDown \change Staff = "upper" }

... and use \u when you want to change to the upper staff.

Vaughan


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
  \key d \major
  \time 6/8 

  %%%……..

  \override Beam.auto-knee-gap = #1 NOT WORKING

  \tuplet 10/8 {\stemDown\change Staff = "upper" \crossStaff a'32 e cis 
\stemUp\change Staff = "lower" \crossStaff gis a, e a gis'  
 \stemDown\change Staff = "upper" \crossStaff cis e}

  \tuplet 10/8 {a e cis \stemUp\change Staff = "lower" \crossStaff gis a, e a  
gis' \stemDown\change Staff = "upper" \crossStaff cis e}  \tuplet10/8 {a  e 
cis \stemUp\change Staff = "lower" \crossStaff gis a, e a gis' \stemDown\change 
Staff = "upper" \crossStaff cis e} \tuplet 10/8 {b'   e, cis \stemUp\change 
Staff = "lower" \crossStaff gis a, e a gis' \stemDown\change Staff = "upper" 
\crossStaff cis e} \tuplet 10/8 {cis' gis e   \stemUp\change Staff = "lower" 
\crossStaff a, a, e a a' \stemDown\change Staff = "upper" \crossStaff e' gis}
}

\score {
  \new PianoStaff <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
  \layout {
\context {
  \PianoStaff
  \consists #Span_stem_engraver
}
\context {
  \Staff
}
  }
  \midi {}
}



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 = #1
you will be even closer to the \voiceFour definition.


Cheers,
Robin



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: 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 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' ; 'Lilypond-User
Mailing List' 
Subject: Re: nudging a note

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 voices, as intended by LP, will be more productive (attached).

Cheers,
David.




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: 'Lilypond-User Mailing List' 
Subject: Re: nudging a note

"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?





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 |

   a2~ a8. b16 c8. a16}\\

  {e2 fis | dis e | cis dis}\\

  { \override NoteColumn #'force-hshift = #1  

b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |

   g8. g16 fis8. e16 fis2}>>

 

Thank you again for your kind attention to my request.

 

Mark



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 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 voices, as intended by LP, will be more productive
(attached).

Cheers,
David.
\relative c' {
  <<
{
  c'2~ c8. dis16 e8. c16 |
  b2~
  ^\markup { OP }
  b8. dis16 e8. b16 |
  a2~ a8. b16 c8. a16
} \\ {
  e2 fis |
  dis e |
  cis dis
} \\ {
  \stemDown
  b'8. b16 a8. gis16 a2~ |
  a8. a16 g8. fis16 g2~ |
  g8. g16 fis8. e16 fis2
}
  >>
}

\relative c' {
  <<
{
  c'2~ c8. dis16 e8. c16 |
  b2~
  ^\markup { Blackstone }
  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. e16 fis2
}
  >>
}

\relative c' {
  \voices 1,4,2
  <<
{
  c'2~ c8. dis16 e8. c16 |
  b2~
  ^\markup { Kastrup+Hill }
  b8. dis16 e8. b16 |
  a2~ a8. b16 c8. a16
} \\ {
  e2 fis |
  dis e |
  cis dis
} \\ {
  b'8. b16 a8. gis16 a2~ |
  a8. a16 g8. fis16 g2~ |
  g8. g16 fis8. e16 fis2
}
  >>
}


voices.pdf
Description: Adobe PDF document


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?

 

 %\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. e16 fis2}>>

}

 

 

HTH

 

Best regards,

 

Robert Blackstone





On 31 Dec 2019, at 07:09, Mark Stephen Mrotek mailto:carsonm...@ca.rr.com> > wrote:

 

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. c16 | b2~ b8. dis16 e8. b16 |

   a2~ a8. b16 c8. a16}\\

  {e2 fis | dis e | cis dis}\\

  {\stemDown

b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |

   g8. g16 fis8. e16 fis2}>>

}

 



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'

Subject: Re: nudging a note

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
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

"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. c16 | b2~ b8. dis16 e8. b16 |
>
>a2~ a8. b16 c8. a16}\\
>
>   {e2 fis | dis e | cis dis}\\
>
>   {\stemDown
>
> b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |
>
>g8. g16 fis8. e16 fis2}>>
>
> }

Never use \stemDown in input rather than definitions.  It is a component in
defining a particular voice, but you are missing other components.
I'd do this in the following way:





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 Mailing List'

Subject: Re: nudging a note

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 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. c16 | b2~ b8. dis16 e8. b16 |
>
>    a2~ a8. b16 c8. a16}\\
>
>   {e2 fis | dis e | cis dis}\\
>
>   {\stemDown
>
>     b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |
>
>    g8. g16 fis8. e16 fis2}>>
>
> }
>




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-installed it again. Now it
works. 

Does that help? 

Cheers, 
Klaus



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



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



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: 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 %} }
\\
{ %{ middle %} }
\\
{ %{ bottom %} }
  >>



-- Aaron Hill



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 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. c16 | b2~ b8. dis16 e8. b16 |

   a2~ a8. b16 c8. a16}\\

  {e2 fis | dis e | cis dis}\\

  {\stemDown

    b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |

   g8. g16 fis8. e16 fis2}>>

}





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. c16 | b2~ b8. dis16 e8. b16 |
>
>a2~ a8. b16 c8. a16}\\
>
>   {e2 fis | dis e | cis dis}\\
>
>   {\stemDown
>
> b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |
>
>g8. g16 fis8. e16 fis2}>>
>
> }

Never use \stemDown in input rather than definitions.  It is a component
in defining a particular voice, but you are missing other components.
I'd do this in the following way:

\version "2.19.83"

 

\relative c' {

  \voices 1,2,4
 <<{c'2~ c8. dis16 e8. c16 | b2~ b8. dis16 e8. b16 |

   a2~ a8. b16 c8. a16}\\

  {e2 fis | dis e | cis dis}\\

  {

b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |

   g8. g16 fis8. e16 fis2}>>

}


-- 
David Kastrup


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 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. e16 fis2}>>
}


HTH

Best regards,

Robert Blackstone

> On 31 Dec 2019, at 07:09, Mark Stephen Mrotek  wrote:
> 
> 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. c16 | b2~ b8. dis16 e8. b16 |
>a2~ a8. b16 c8. a16}\\
>   {e2 fis | dis e | cis dis}\\
>   {\stemDown
> b'8. b16 a8. gis16 a2~ | a8. a16 g8. fis16 g2~ |
>g8. g16 fis8. e16 fis2}>>
> }



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