Re: Fingering collision

2021-05-30 Thread Pierre Perol-Schneider
Bonjour Stéphane,
The example you want shows three voices while your file has  only two...
So I'd do something like:

\version "2.20.0"

\new Staff \relative c' <<
  \new Voice {
\voiceOne
\set fingeringOrientations = #'(left)
2
  }
  \new Voice {
\voiceTwo
\set fingeringOrientations = #'(left)
4
  }
  \new Voice {
\voiceThree \stemDown %% or simply \voiceFour
\set fingeringOrientations = #'(left)
\set stringNumberOrientations = #'(down)
2
  }
>>

HTH, cheers,
Pierre

Le dim. 30 mai 2021 à 23:24, Stéphane Labbé  a
écrit :

> Hello,
>
> I'm trying to put fingering information in a lilypond file and the result
> I get is not correct.
>
> I extracted a simple case in the file attached.
>
> With lilypond, I get that :
>
>   [image: image.png]
>
>The for is displayed in the same place that the note...
>
> I try to have something like that :
>
>[image: image.png]
>
> Is there someone that has an idea to help me ?
>
> Thanks,
> Stéphane.
>


Re: convert-ly

2021-05-30 Thread m.tarensk...@kpnmail.nl
P.S.If you want to share output from your commandline when posting a question, you can copy/paste the textlines instead of making a screenshotMTVerzonden vanaf mijn Huawei mobiele telefoon Oorspronkelijk bericht Onderwerp: Re: convert-lyVan: m.tarensk...@kpnmail.nlAan: JxStarks ,Hans Aikema Cc: lilypond-user There is typo in the PATH.I see "C;" instead of "C:" there!Verzonden vanaf mijn Huawei mobiele telefoon Oorspronkelijk bericht Onderwerp: Re: convert-lyVan: JxStarks Aan: Hans Aikema Cc: lilypond-user Thanks, Hans. I checked it out:It appears that it's looking in the LilyPond/usr/bin folder, which is where it should be looking, right?JerryOn Sun, May 30, 2021 at 6:51 PM Hans Aikema  wrote:check the your windows executable search pathecho %PATH%most likely it's missing your lilypond binaries locationOn 31 May 2021, at 00:44, JxStarks  wrote:Here's a screenshot:On Sun, May 30, 2021 at 5:50 PM JxStarks  wrote:Hi Ralph,I read that documentation and tried it. 
I'm running Windows 10 Pro, 10.0.19041 and I still get the same response: " 'convert-ly is not recognized...". Am I missing something obvious?JerryOn Sun, May 30, 2021 at 4:43 PM Ralph Palmer  wrote:On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:What's the trick for using convert-ly in a Windows Command Prompt window? I copied the convert-ly file into the directory where I want to convert everything in it, and entered convert-ly *.ly. This produced the error message " 'convert-ly' is not recognized as an internal or external command, operable program or batch file".Then I entered convert-ly.py *.ly and it produced the same error message.What's the trick?Hi, Jerry -Please take a look at the entry in the documentation :https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dlyIt tells how to run convert-ly on a single file, all files in a directory, or all files on the computer, for Linux, Apple, and Windows.All the best,Ralph-- Ralph PalmerSeattleUSA(he, him, his)palmer.r.vio...@gmail.com





Re: convert-ly

2021-05-30 Thread m.tarensk...@kpnmail.nl
There is typo in the PATH.I see "C;" instead of "C:" there!Verzonden vanaf mijn Huawei mobiele telefoon Oorspronkelijk bericht Onderwerp: Re: convert-lyVan: JxStarks Aan: Hans Aikema Cc: lilypond-user Thanks, Hans. I checked it out:It appears that it's looking in the LilyPond/usr/bin folder, which is where it should be looking, right?JerryOn Sun, May 30, 2021 at 6:51 PM Hans Aikema  wrote:check the your windows executable search pathecho %PATH%most likely it's missing your lilypond binaries locationOn 31 May 2021, at 00:44, JxStarks  wrote:Here's a screenshot:On Sun, May 30, 2021 at 5:50 PM JxStarks  wrote:Hi Ralph,I read that documentation and tried it. 
I'm running Windows 10 Pro, 10.0.19041 and I still get the same response: " 'convert-ly is not recognized...". Am I missing something obvious?JerryOn Sun, May 30, 2021 at 4:43 PM Ralph Palmer  wrote:On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:What's the trick for using convert-ly in a Windows Command Prompt window? I copied the convert-ly file into the directory where I want to convert everything in it, and entered convert-ly *.ly. This produced the error message " 'convert-ly' is not recognized as an internal or external command, operable program or batch file".Then I entered convert-ly.py *.ly and it produced the same error message.What's the trick?Hi, Jerry -Please take a look at the entry in the documentation :https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dlyIt tells how to run convert-ly on a single file, all files in a directory, or all files on the computer, for Linux, Apple, and Windows.All the best,Ralph-- Ralph PalmerSeattleUSA(he, him, his)palmer.r.vio...@gmail.com





RE: Beaming in nested tuplets

2021-05-30 Thread Mark Stephen Mrotek
Mark,

Is this acceptable?

\version "2.22"
tune = \relative c'' {
  \clef treble
  b2^"A"  \tuplet 3/2 {
\tuplet 5/4 { b16 cis cis b \set stemRightBeamCount = #1 d }
\tuplet 5/4 { \set stemLeftBeamCount = #1
  f16 a, a bes \set stemRightBeamCount = #1 c }
\tuplet 6/4 { \set stemLeftBeamCount = #1
  e16 a bes f c  g }}}

\score { \new Staff \tune }

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Mark Probert
Sent: Sunday, May 30, 2021 5:45 PM
To: 'Lilypond-User Mailing List' 
Subject: Beaming in nested tuplets


Hi, all.

Can someone tell me how to break the beaming on tuplet nesting? Here is a
snippet from "The Black Page" and I'd like to break the default beam
connecting the three nested tuplets.

Thanks .. mark.

---
\version "2.22"

tune = \relative c'' {
  \clef treble
  b2^"A"  \tuplet 3/2 {
\tuplet 5/4 { b16 cis cis b d }
\tuplet 5/4 { f16 a, a bes c }
\tuplet 6/4 { e16 a bes f c g }}}

\score { \new Staff \tune }




Beaming in nested tuplets

2021-05-30 Thread Mark Probert


Hi, all.

Can someone tell me how to break the beaming on tuplet nesting? Here is 
a snippet from "The Black Page" and I'd like to break the default beam 
connecting the three nested tuplets.

Thanks .. mark.

---
\version "2.22"

tune = \relative c'' {
  \clef treble
  b2^"A"  \tuplet 3/2 {
\tuplet 5/4 { b16 cis cis b d }
\tuplet 5/4 { f16 a, a bes c }
\tuplet 6/4 { e16 a bes f c g }}}

\score { \new Staff \tune }



Re: convert-ly

2021-05-30 Thread JxStarks
Thanks, Hans. I checked it out:
[image: image.png]
It appears that it's looking in the LilyPond/usr/bin folder, which is where
it should be looking, right?

Jerry

On Sun, May 30, 2021 at 6:51 PM Hans Aikema  wrote:

> check the your windows executable search path
>
> echo %PATH%
>
> most likely it's missing your lilypond binaries location
>
> On 31 May 2021, at 00:44, JxStarks  wrote:
>
> 
> Here's a screenshot:
> 
>
>
>
> On Sun, May 30, 2021 at 5:50 PM JxStarks  wrote:
>
>>
>> Hi Ralph,
>>
>> I read that documentation and tried it. I'm running Windows 10 Pro,
>> 10.0.19041 and I still get the same response: " 'convert-ly is not
>> recognized...". Am I missing something obvious?
>>
>> Jerry
>>
>>
>> On Sun, May 30, 2021 at 4:43 PM Ralph Palmer 
>> wrote:
>>
>>>
>>>
>>> On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:
>>>
 What's the trick for using convert-ly in a Windows Command Prompt
 window? I copied the convert-ly file into the directory where I want to
 convert everything in it, and entered convert-ly *.ly. This produced the
 error message " 'convert-ly' is not recognized as an internal or external
 command, operable program or batch file".

 Then I entered convert-ly.py *.ly and it produced the same error
 message.

 What's the trick?

>>>
>>> Hi, Jerry -
>>>
>>> Please take a look at the entry in the documentation :
>>>
>>> https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dly
>>>
>>> It tells how to run convert-ly on a single file, all files in a
>>> directory, or all files on the computer, for Linux, Apple, and Windows.
>>>
>>> All the best,
>>>
>>> Ralph
>>>
>>>
>>> --
>>> Ralph Palmer
>>> Seattle
>>> USA
>>> (he, him, his)
>>> palmer.r.vio...@gmail.com
>>>
>>


Re: convert-ly

2021-05-30 Thread Hans Aikema
check the your windows executable search path

echo %PATH%

most likely it's missing your lilypond binaries location

> On 31 May 2021, at 00:44, JxStarks  wrote:
> 
> 
> Here's a screenshot:
> 
> 
> 
> 
>> On Sun, May 30, 2021 at 5:50 PM JxStarks  wrote:
>> 
>> Hi Ralph,
>> 
>> I read that documentation and tried it. I'm running Windows 10 Pro, 
>> 10.0.19041 and I still get the same response: " 'convert-ly is not 
>> recognized...". Am I missing something obvious?
>> 
>> Jerry
>> 
>> 
>>> On Sun, May 30, 2021 at 4:43 PM Ralph Palmer  
>>> wrote:
>>> 
>>> 
 On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:
 What's the trick for using convert-ly in a Windows Command Prompt window? 
 I copied the convert-ly file into the directory where I want to convert 
 everything in it, and entered convert-ly *.ly. This produced the error 
 message " 'convert-ly' is not recognized as an internal or external 
 command, operable program or batch file".
 
 Then I entered convert-ly.py *.ly and it produced the same error message.
 
 What's the trick?
>>> 
>>> Hi, Jerry -
>>> 
>>> Please take a look at the entry in the documentation :
>>> https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dly
>>> 
>>> It tells how to run convert-ly on a single file, all files in a directory, 
>>> or all files on the computer, for Linux, Apple, and Windows.
>>> 
>>> All the best,
>>> 
>>> Ralph
>>> 
>>> 
>>> -- 
>>> Ralph Palmer
>>> Seattle
>>> USA
>>> (he, him, his)
>>> palmer.r.vio...@gmail.com


Re: convert-ly

2021-05-30 Thread JxStarks
Here's a screenshot:
[image: image.png]


On Sun, May 30, 2021 at 5:50 PM JxStarks  wrote:

>
> Hi Ralph,
>
> I read that documentation and tried it. I'm running Windows 10 Pro,
> 10.0.19041 and I still get the same response: " 'convert-ly is not
> recognized...". Am I missing something obvious?
>
> Jerry
>
>
> On Sun, May 30, 2021 at 4:43 PM Ralph Palmer 
> wrote:
>
>>
>>
>> On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:
>>
>>> What's the trick for using convert-ly in a Windows Command Prompt
>>> window? I copied the convert-ly file into the directory where I want to
>>> convert everything in it, and entered convert-ly *.ly. This produced the
>>> error message " 'convert-ly' is not recognized as an internal or external
>>> command, operable program or batch file".
>>>
>>> Then I entered convert-ly.py *.ly and it produced the same error message.
>>>
>>> What's the trick?
>>>
>>
>> Hi, Jerry -
>>
>> Please take a look at the entry in the documentation :
>> https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dly
>>
>> It tells how to run convert-ly on a single file, all files in a
>> directory, or all files on the computer, for Linux, Apple, and Windows.
>>
>> All the best,
>>
>> Ralph
>>
>>
>> --
>> Ralph Palmer
>> Seattle
>> USA
>> (he, him, his)
>> palmer.r.vio...@gmail.com
>>
>


Re: convert-ly

2021-05-30 Thread JxStarks
Hi Ralph,

I read that documentation and tried it. I'm running Windows 10 Pro,
10.0.19041 and I still get the same response: " 'convert-ly is not
recognized...". Am I missing something obvious?

Jerry


On Sun, May 30, 2021 at 4:43 PM Ralph Palmer 
wrote:

>
>
> On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:
>
>> What's the trick for using convert-ly in a Windows Command Prompt window?
>> I copied the convert-ly file into the directory where I want to convert
>> everything in it, and entered convert-ly *.ly. This produced the error
>> message " 'convert-ly' is not recognized as an internal or external
>> command, operable program or batch file".
>>
>> Then I entered convert-ly.py *.ly and it produced the same error message.
>>
>> What's the trick?
>>
>
> Hi, Jerry -
>
> Please take a look at the entry in the documentation :
> https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dly
>
> It tells how to run convert-ly on a single file, all files in a directory,
> or all files on the computer, for Linux, Apple, and Windows.
>
> All the best,
>
> Ralph
>
>
> --
> Ralph Palmer
> Seattle
> USA
> (he, him, his)
> palmer.r.vio...@gmail.com
>


Fingering collision

2021-05-30 Thread Stéphane Labbé
Hello,

I'm trying to put fingering information in a lilypond file and the result I
get is not correct.

I extracted a simple case in the file attached.

With lilypond, I get that :

  [image: image.png]

   The for is displayed in the same place that the note...

I try to have something like that :

   [image: image.png]

Is there someone that has an idea to help me ?

Thanks,
Stéphane.


Test-Doigté-collision.ly
Description: Binary data


Re: convert-ly

2021-05-30 Thread Ralph Palmer
On Sun, May 30, 2021 at 1:24 PM JxStarks  wrote:

> What's the trick for using convert-ly in a Windows Command Prompt window?
> I copied the convert-ly file into the directory where I want to convert
> everything in it, and entered convert-ly *.ly. This produced the error
> message " 'convert-ly' is not recognized as an internal or external
> command, operable program or batch file".
>
> Then I entered convert-ly.py *.ly and it produced the same error message.
>
> What's the trick?
>

Hi, Jerry -

Please take a look at the entry in the documentation :
https://lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dly

It tells how to run convert-ly on a single file, all files in a directory,
or all files on the computer, for Linux, Apple, and Windows.

All the best,

Ralph


-- 
Ralph Palmer
Seattle
USA
(he, him, his)
palmer.r.vio...@gmail.com


convert-ly

2021-05-30 Thread JxStarks
What's the trick for using convert-ly in a Windows Command Prompt window? I
copied the convert-ly file into the directory where I want to convert
everything in it, and entered convert-ly *.ly. This produced the error
message " 'convert-ly' is not recognized as an internal or external
command, operable program or batch file".

Then I entered convert-ly.py *.ly and it produced the same error message.

What's the trick?

Thanks,
Jerry


Re: Problem with Mac OS X x86 32-bit: LilyPond 2.23.0-1

2021-05-30 Thread Jean Abou Samra




Le 17/03/2021 à 00:24, Jacques Menu a écrit :

Hello,

I’m using Mac OS X Mojave 10.14.6 (32 bits), and I get this message 
when launching this version, which I just download from Lily’s web 
site at https://lilypond.org/development.html 
 :




 dyld: Library not loaded: @executable_path/../lib/libintl.8.dylib
  Referenced from: 
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/AppTranslocation/1C54EF34-518E-4A6E-9E08-0C34C7830CCE/d/LilyPond-1.app/Contents/Resources/bin/lilypond

  Reason: image not found


The same occurs on the command line:

menu@macbookprojm: ~/Downloads/LilyPond-1.app/Contents/Resources/bin > 
./lilypond

dyld: Library not loaded: @executable_path/../lib/libintl.8.dylib
  Referenced from: 
/Users/menu/Downloads/LilyPond-1.app/Contents/Resources/bin/./lilypond

  Reason: image not found
Abort trap: 6

Any hint is welcome!


Two months and a half later…

A workaround was proposed here:

https://gitlab.com/lilypond/lilypond/-/issues/6143

Regards,
Jean



Re: Slur positioning and forceful flat signs

2021-05-30 Thread Jean-Julien Fleck
Hello Dmitry,

Le dim. 30 mai 2021 à 11:31, Ivanov Dmitry  a écrit :

>
> 1. Is it possible to move the slur above the stuff as it overlaps with
> crescendo and diminuendo marks?
>

Just indicate the orientation with a ^ for above and _ for below:

4\< c4^( d4 |


> 2. C minor key has 3 flat notes, whose marks are not printed by default.
> Is it possible to forcefully print the flat or sharp sign for some notes (I
> added it in red)? As the piece is hard for me and it will help to decrease
> the cognitive stress.
>

Add a ! for printing it or a ? for making it in parenthesis

g2 aes!4\! |

or

g2 aes?4\! |

Which gives

\score {
  \new PianoStaff \with { instrumentName = "Piano" }
  <<
\new Staff = "upper" \relative c' {
  \clef violin
  \key c \minor
  \time 3/4
  c4\< c4^( d4 |
  ees4 c4 ees4 |
  g2 aes?4\! |
  g2.\> |
  f2.^) | <>\!
}
  >>
  \layout { }
}

Hope this helps,

-- 
JJ Fleck
Physique et Informatique
PCSI1 Lycée Kléber


Slur positioning and forceful flat signs

2021-05-30 Thread Ivanov Dmitry
Here is the code:

\version "2.22.1"
\score {
  \new PianoStaff \with { instrumentName = "Piano" }
  <<
\new Staff = "upper" \relative c' {
  \clef violin
  \key c \minor
  \time 3/4
  c4\< c4( d4 |
  ees4 c4 ees4 |
  g2 aes4\! |
  g2.\> |
  f2.^) | <>\!
}
  >>
  \layout { }
}

It produces this:

[image: image.png]

1. Is it possible to move the slur above the stuff as it overlaps with
crescendo and diminuendo marks?

2. C minor key has 3 flat notes, whose marks are not printed by default. Is
it possible to forcefully print the flat or sharp sign for some notes (I
added it in red)? As the piece is hard for me and it will help to decrease
the cognitive stress.