Re: Forzando in Lilypond 2.20

2020-10-03 Thread Mike Dean
Robin: That worked (especially after putting it in each hand in the piano score. Thanks Mike Dean On Sat, Oct 3, 2020 at 1:18 PM Robin Bannister wrote: > Mike Dean wrote: > > Now to hide the warning 3/4 before the start of the Trio (I can take > the \time > > 3/4 > > out, but that also takes o

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Robin Bannister
Mike Dean wrote: Now to hide the warning 3/4 before the start of the Trio (I can take the \time 3/4 out, but that also takes out the time sig at the start of the Trio)looking at the LSR did not give me anything to get a handle on Check out https://lists.gnu.org/archive/html/lilypond-user/2

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Martín Rincón Botero
No worries! Since I don’t have your file, I can’t know what warning you get. On 3. Oct 2020, 19:59 +0200, Mike Dean , wrote: > Martin: Perfect!!! Thanks > Now to hide the warning 3/4 before the start of the Trio (I can take the  > \time 3/4 > out, but that also takes out the time sig at the start

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Mike Dean
Martin: Perfect!!! Thanks Now to hide the warning 3/4 before the start of the Trio (I can take the \time 3/4 out, but that also takes out the time sig at the start of the Trio)looking at the LSR did not give me anything to get a handle on Mike Dean On Sat, Oct 3, 2020 at 2:08 AM Martín Rincó

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Martín Rincón Botero
Mike, to make the fermata appear at the end of the line and not at the beginning of the next line try using \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible before the \mark. Cheers, Martín. On 3. Oct 2020, 04:34 +0200, antlists , wrote: > > the

Re: Forzando in Lilypond 2.20

2020-10-03 Thread antlists
On 03/10/2020 03:32, Mike Dean wrote: Not really sure how to get the fermata over the repeat bar line rather than over the clef on the next line Isn't this the default behaviour of \uFermata and friends? Sorry I can't from memory be more specific, but I know my battle with fermatas was gettin

Re: Forzando in Lilypond 2.20

2020-10-02 Thread Mike Dean
\version 2.20 { g'4 e8 c d b | c4_\markup Fine r \bar ":|." \mark\markup{\musicglyph #"scripts.ufermata"} } %End Minuet section \break \relative c''{ \time 3/4 \partial 4 \repeat volta 2 { e8\mp \mark "Trio" } Not really sure how to get the fermata over the repeat bar line rather than over the c

Re: Forzando in Lilypond 2.20

2020-10-01 Thread antlists
On 01/10/2020 19:27, Carl Sorensen wrote: Variables can only be defined at top level, not inside a score. https://lilypond.org/doc/v2.20/Documentation/notation/file-structure I just shove all of this sort of stuff in an include file, and include it at the top. I've come across things like sf

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
Thanks, Carl, for the clarification.. Mark: I was coding (from memory) what was one of the Minuets in Hob.IX:8 ("12 Minuets for Clavecin or Pianoforte", as it turned out after a lot of spade work; I had thought to be a work by Mozart in his Divertimenti). Having obtained the sheet music, I was fixi

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Carl Sorensen
Variables can only be defined at top level, not inside a score. https://lilypond.org/doc/v2.20/Documentation/notation/file-structure Carl Sorensen

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Jacques Menu
Hello Mike, This works : \version "2.20.0" rf = #(make-dynamic-script "rf") { a \rf } JM > Le 1 oct. 2020 à 19:43, Mike Dean a écrit : > > Having stumbled across entering in \fz directly, I didn't explore any further > using #(make-dynamic-script). > But since you mentioned, looking at exa

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
Having stumbled across entering in \fz directly, I didn't explore any further using #(make-dynamic-script). But since you mentioned, looking at examples in the Notation manual, I understood that it should go before the relative command. Precisely, I had this sequence: \score { fz = #(make-dynamic

Re: Forzando in Lilypond 2.20

2020-10-01 Thread David Kastrup
Mike Dean writes: > Two questions in typesetting a piece by Haydn: > 1. Does Fz needs to be defined (unlike sfz)? > 2. where should > fz = #(make-dynamic-script "fz") > be placed in order not to generate an error? > > C:/Users/Mike > Dean/AppData/Local/Temp/frescobaldi-lis_ksvl/tmpgdr3w9ef/J-Hayd

Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
Two questions in typesetting a piece by Haydn: 1. Does Fz needs to be defined (unlike sfz)? 2. where should fz = #(make-dynamic-script "fz") be placed in order not to generate an error? C:/Users/Mike Dean/AppData/Local/Temp/frescobaldi-lis_ksvl/tmpgdr3w9ef/J-Haydn-Minuet in C-correct.ly:14:1 <0>:

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
Well, \fz did work without a prior definition (pleasant surprise for me, since I didn't find a reference to it in the manual nor the LSR) Mike Dean On Wed, Sep 30, 2020 at 8:31 PM Mike Dean wrote: > Two questions in typesetting a piece by Haydn: > 1. Does Fz needs to be defined (unlike sfz)? >

Re: Using LuaLaTex with Mac TeXLive 2020 and LilyPond 2.20 (was: Spacing of systems while using lyluatex)

2020-08-26 Thread Jacques Menu
Ooops, sorry Claire, forgot to credit you for thanks too! JM > Le 26 août 2020 à 18:36, Jacques Menu a écrit : > > Hello folks, > > Thanks to Samuel and Fernando, I’ve been able to set these two > Lua*TeX+se.engine files on Mac OS Mojave, taken from > https://github.com/gregorio-project/greg

Re: Packaging Lilypond 2.20 for openSUSE Leap 15.2 before it's too late!

2020-04-13 Thread Daniel Woodfield
m not the one for the job.  Again, thanks for your patience. On 4/13/20 5:48 PM, Daniel Woodfield wrote: I just realized that Lilypond 2.20 was released (sorry, I'm a little slow to notice over here on Ubuntu LTS).  I'm thinking about moving to openSUSE when Leap 15.2 is released, b

Re: Lilypond 2.20 on Mac 10.15

2020-03-28 Thread Hans Åberg
> On 28 Mar 2020, at 13:14, Moritz Heffter wrote: > >> https://stackoverflow.com/questions/18758837/xcode-quit-unexpectedly-for-my-project-not-in-xcode-4-6-3 > > But I found the following. In my my log files the issue occurs always with > the same dylib: > 85 libdyld.dylib 0x7fff6e

Re: Lilypond 2.20 on Mac 10.15

2020-03-28 Thread Hans Åberg
> On 28 Mar 2020, at 13:14, Moritz Heffter wrote: > >> https://stackoverflow.com/questions/18758837/xcode-quit-unexpectedly-for-my-project-not-in-xcode-4-6-3 > > But I found the following. In my my log files the issue occurs always with > the same dylib: > 85 libdyld.dylib 0x7fff6e

Re: Lilypond 2.20 on Mac 10.15

2020-03-28 Thread Moritz Heffter
>> On 27 Mar 2020, at 18:53, Moritz Heffter wrote: >> >>> Try in Terminal >>> export PATH=/usr/bin:/bin:/usr/sbin:/sbin >>> >>> and then >>> /opt/lilypond/bin/lilypond >> >> Hmm, I have done that, but unfortunately without progress. > > In the link below, the issue was solved by fixing the env

Re: Lilypond 2.20 on Mac 10.15

2020-03-27 Thread Hans Åberg
> On 27 Mar 2020, at 18:53, Moritz Heffter wrote: > >> Try in Terminal >> export PATH=/usr/bin:/bin:/usr/sbin:/sbin >> >> and then >> /opt/lilypond/bin/lilypond > > Hmm, I have done that, but unfortunately without progress. In the link below, the issue was solved by fixing the environment

Re: Lilypond 2.20 on Mac 10.15

2020-03-27 Thread Moritz Heffter
>> On 26 Mar 2020, at 19:03, Moritz Heffter wrote: >> >> Thanks for the information. I’ve reinstalled the 2.19 package and put >> /opt/lilypond/bin in the PATH. I can execute lilypond from the Terminal >> still getting the segmentation fault. But now with a different reason: >> >> Termination

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Hans Åberg
> On 26 Mar 2020, at 19:03, Moritz Heffter wrote: > > Thanks for the information. I’ve reinstalled the 2.19 package and put > /opt/lilypond/bin in the PATH. I can execute lilypond from the Terminal still > getting the segmentation fault. But now with a different reason: > > Termination Sign

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Moritz Heffter
Thanks for the information. I’ve reinstalled the 2.19 package and put /opt/lilypond/bin in the PATH. I can execute lilypond from the Terminal still getting the segmentation fault. But now with a different reason: Termination Signal:Segmentation fault: 11 Termination Reason:Namespace SIGN

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Hans Åberg
> On 26 Mar 2020, at 12:57, Moritz Heffter wrote: > > BTW, /opt is in read-only mode. I’m not able to remove it. One may have to give the Terminal app permissions, which I did in the past, but it is not there now, so it may or may not be required. https://osxdaily.com/2018/10/09/fix-operatio

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Ralf Mattes
You are running a brew-installed Lilypond, my dear ;-) Try the following in a terminal: $ /Applications/LilyPond.app/Contents/MacOS/LilyPond Cheers, RalfD Am Donnerstag, 26. März 2020 10:57 CET, Moritz Heffter schrieb: > The error is logged for lilypond-bin when I run lilypond from the Termi

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Hans Åberg
> On 26 Mar 2020, at 12:57, Moritz Heffter wrote: > > Well this is bringing me one step further. I think the problem is that some > libraries are not found. Especially guile. > > I’ve now completely removed macports (I’ve installed it only because of > Lilypond) and reinstalled the Lilypond

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Moritz Heffter
Well this is bringing me one step further. I think the problem is that some libraries are not found. Especially guile. I’ve now completely removed macports (I’ve installed it only because of Lilypond) and reinstalled the Lilypond package of version 2.19 from Hans again. It installs into /opt/li

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Hans Åberg
> On 26 Mar 2020, at 10:57, Moritz Heffter wrote: > > The error is logged for lilypond-bin when I run lilypond from the Terminal: > > Process: lilypond-bin [8616] > Path: /opt/lilypond/*/lilypond-bin > Identifier:lilypond-bin > Version:

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Moritz Heffter
The error is logged for lilypond-bin when I run lilypond from the Terminal: Process: lilypond-bin [8616] Path: /opt/lilypond/*/lilypond-bin Identifier:lilypond-bin Version: 0 Code Type: X86-64 (Native) Parent Process:zsh

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Hans Åberg
> On 26 Mar 2020, at 10:36, Moritz Heffter wrote: > > Hum, I’ve tried out different settings now and also updated the system to the > version 10.15.4 but it’s still the same error. I've also deactivated > FileVault and gave. > > The log file says maybe a bit more precisely: > > Error Code:

Re: Lilypond 2.20 on Mac 10.15

2020-03-26 Thread Moritz Heffter
Hum, I’ve tried out different settings now and also updated the system to the version 10.15.4 but it’s still the same error. I've also deactivated FileVault and gave. The log file says maybe a bit more precisely: Error Code: 0x0004 (no mapping for user data read) Trap Number: 14 B

Re: Lilypond 2.20 on Mac 10.15

2020-03-24 Thread Hans Åberg
[Keep the cc to the list so other can follow the issue.] > On 24 Mar 2020, at 11:45, Moritz Heffter wrote: > > My PATH variable shows the following: > > /Users/username/Library/Python/3.7/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin > > My

Re: Lilypond 2.20 on Mac 10.15

2020-03-24 Thread Hans Åberg
> On 24 Mar 2020, at 10:43, Moritz Heffter wrote: > > Hum, that mean some configuration on my machine is the problem? I use another > package manager (brew). Could it be that there arise some incompatibilities? It might, if you have stuff that overrides what lilypond expects to use. Check in

Re: Lilypond 2.20 on Mac 10.15

2020-03-24 Thread Urs Liska
Am Dienstag, den 24.03.2020, 10:43 +0100 schrieb Moritz Heffter: > Hum, that mean some configuration on my machine is the problem? I use > another package manager (brew). Could it be that there arise some > incompatibilities? > I'd be intersted to know if there is _any_ correlation to your MkDocs

Re: Lilypond 2.20 on Mac 10.15

2020-03-24 Thread Moritz Heffter
Hum, that mean some configuration on my machine is the problem? I use another package manager (brew). Could it be that there arise some incompatibilities? Best, Moritz > Am 24.03.2020 um 10:18 schrieb Hans Åberg : > > The MacPorts 2.19.84 installer was made on essentially the same hardware. >

Re: Lilypond 2.20 on Mac 10.15

2020-03-24 Thread Hans Åberg
The MacPorts 2.19.84 installer was made on essentially the same hardware. > On 24 Mar 2020, at 09:38, Moritz Heffter wrote: > > It’s a new MacBook Pro 13‘ (2019) with 16/512 and an i5 (4 cores) 1,4 GHz > >> Am 23.03.2020 um 21:44 schrieb Hans Åberg : >> >> What computer model is this? >> >

Re: Lilypond 2.20 on Mac 10.15

2020-03-24 Thread Moritz Heffter
It’s a new MacBook Pro 13‘ (2019) with 16/512 and an i5 (4 cores) 1,4 GHz > Am 23.03.2020 um 21:44 schrieb Hans Åberg : > > What computer model is this? > > >> On 23 Mar 2020, at 20:25, Moritz Heffter wrote: >> >> Thanks for this hint. I’m trying to install 2.20 on macOS Catalina (10.15.3)

Re: Lilypond 2.20 on Mac 10.15

2020-03-23 Thread Hans Åberg
What computer model is this? > On 23 Mar 2020, at 20:25, Moritz Heffter wrote: > > Thanks for this hint. I’m trying to install 2.20 on macOS Catalina (10.15.3) > and get a segmentation fault. > > I get this also with the version 2.19.84 mentioned below which might be > pointing to a problem

Re: Lilypond 2.20 on Mac 10.15

2020-03-23 Thread Moritz Heffter
Dear all, Thanks for this hint. I’m trying to install 2.20 on macOS Catalina (10.15.3) and get a segmentation fault. I get this also with the version 2.19.84 mentioned below which might be pointing to a problem on my machine. Does anyone have suggestions what I can try? Best, Moritz > Am 23

Re: Lilypond 2.20 on Mac 10.15

2020-03-23 Thread Hans Åberg
[Please keep the cc to the list so that others can follow the issue.] With some programs, one may have to OK it in System Preferences > Security & Privacy. But I think it is not needed for the MacPorts installer version. > On 22 Mar 2020, at 23:17, Eric wrote: > > Actually, when this came up

Re: Lilypond 2.20 on Mac 10.15

2020-03-03 Thread Hans Åberg
> On 3 Mar 2020, at 05:14, Eric wrote: > > Actually, both the latest version and 2.19.84 seem not to launch at all on my > iMac (late 2015, dual core, etc running os 10.15.3...) (2.19.84 did but it > doesn’t.) What binary are you using?

Lilypond 2.20 on Mac 10.15

2020-03-02 Thread Eric
Actually, both the latest version and 2.19.84 seem not to launch at all on my iMac (late 2015, dual core, etc running os 10.15.3...) (2.19.84 did but it doesn’t.)

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread David Kastrup
Thomas Morley writes: > well, I've multiple guile-versions on my machine, though one of it is > the distributed guile-1.8. > If available it's the most easy way to get this one. > > Ofcourse the discussion is a little bit academic as you said... > Nevertheless: > (1) > ~$ uname -a > Linux kasten

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Knut Petersen
On 18.07.19 14:37, Ralph Palmer wrote: Has any progress been made in making a process available to install LilyPond 2.20 or 2.21 on Ubuntu 18.04? Back in March of this year (2019), there was a brief discussion about installing Guile 1.8 on Ubuntu 18.04, so that ly 2.20 could run. I tried to

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Thomas Morley
scobaldi 3.0.0 under Ubuntu > >> 18.04.2. > >> > >> Has any progress been made in making a process available to install > >> LilyPond 2.20 or 2.21 on Ubuntu 18.04? Back in March of this year > >> (2019), there was a brief discussion about installing Gu

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Aaron Hill
On 2019-07-18 6:13 am, Thomas Morley wrote: Am Do., 18. Juli 2019 um 14:37 Uhr schrieb Ralph Palmer : Greetings - I'm running LilyPond 2.19.81 with Frescobaldi 3.0.0 under Ubuntu 18.04.2. Has any progress been made in making a process available to install LilyPond 2.20 or 2.21 on U

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Thomas Morley
Am Do., 18. Juli 2019 um 14:37 Uhr schrieb Ralph Palmer : > > Greetings - > > I'm running LilyPond 2.19.81 with Frescobaldi 3.0.0 under Ubuntu 18.04.2. > > Has any progress been made in making a process available to install LilyPond > 2.20 or 2.21 on Ubuntu 18.04? Back i

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Lukas-Fabian Moser
Hi Ralph, I'm running LilyPond 2.19.81 with Frescobaldi 3.0.0 under Ubuntu 18.04.2. Has any progress been made in making a process available to install LilyPond 2.20 or 2.21 on Ubuntu 18.04? Back in March of this year (2019), there was a brief discussion about installing Guile 1

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Federico Bruni
Il giorno gio 18 lug 2019 alle 14:37, Ralph Palmer ha scritto: Back in March of this year (2019), there was a brief discussion about installing Guile 1.8 on Ubuntu 18.04, so that ly 2.20 could run. I tried to follow the suggestions, but was unsuccessful. Can you link to the instructions which

Re: LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread David Kastrup
Ralph Palmer writes: > Greetings - > > I'm running LilyPond 2.19.81 with Frescobaldi 3.0.0 under Ubuntu 18.04.2. > > Has any progress been made in making a process available to install > LilyPond 2.20 or 2.21 on Ubuntu 18.04? Back in March of this year (2019), > th

LilyPond 2.20 or 2.21 on Ubuntu 18.04

2019-07-18 Thread Ralph Palmer
Greetings - I'm running LilyPond 2.19.81 with Frescobaldi 3.0.0 under Ubuntu 18.04.2. Has any progress been made in making a process available to install LilyPond 2.20 or 2.21 on Ubuntu 18.04? Back in March of this year (2019), there was a brief discussion about installing Guile 1.8 on U

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Mason Hock
On 03/30, Urs Liska wrote: > >I'm not aware of any reason it wouldn't work on > >18.04. > > except for the "small" issue of 18.04 not having Guile 1.8 anymore... I hadn't been aware of this. It does complicate things a bit. Since Guile 1.8 is also needed for Lilypond 2.18.2, I figured Ubuntu 18

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Urs Liska
Am 30. März 2019 20:06:50 MEZ schrieb Valentin Villenave : >On 3/30/19, Ralph Palmer wrote: >> I think I missed something. Can I install 2.20 and/or 2.21 on Linux? >I'm >> not an expert, though I've used command line some. Will it be >difficult >> and/or dangerous? > >Hi Ralph, >if you don’t wa

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Urs Liska
Am 30. März 2019 18:11:54 MEZ schrieb Mason Hock : >On 03/30, Ralph Palmer wrote: >> I think I missed something. Can I install 2.20 and/or 2.21 on Linux? >> not an expert, though I've used command line some. > >I don't think that 2.20 has been released, but since you're comfortable >with the comm

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Valentin Villenave
On 3/30/19, Ralph Palmer wrote: > I think I missed something. Can I install 2.20 and/or 2.21 on Linux? I'm > not an expert, though I've used command line some. Will it be difficult > and/or dangerous? Hi Ralph, if you don’t want to bother with dependencies and compilation, you may want to have a

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Mason Hock
On 03/30, Ralph Palmer wrote: > I think I missed something. Can I install 2.20 and/or 2.21 on Linux? > not an expert, though I've used command line some. I don't think that 2.20 has been released, but since you're comfortable with the command line you can build 2.21. > Also, I'm running Ubuntu 18

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Urs Liska
Am 30. März 2019 15:50:05 MEZ schrieb Ralph Palmer : >Greetings - > >I think I missed something. Can I install 2.20 and/or 2.21 on Linux? You can *build* these on Linux. But if you don't have any specific reason I wouldn't say it is worth the effort (although that effort might be a value in it

LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Ralph Palmer
Greetings - I think I missed something. Can I install 2.20 and/or 2.21 on Linux? I'm not an expert, though I've used command line some. Will it be difficult and/or dangerous? Also, I'm running Ubuntu 18.04.2 and Frescobaldi 3.0.0. Are there any known conflicts? All the best, Ralph Ralph Palme

lilypond 2.20 release

2019-03-03 Thread Dirk Cresswell
hi everybody, when will lilypond 2.20 be released? iiuc the last prerelease was 8 months ago and i'm wondering whether development has stopped... i would like to use all the new features but my university won't let me install unstable software. thanks to all developers for making s

Re: lilypond-2.20

2015-02-07 Thread Phil Holmes
- Original Message - From: "Thomas Spuhler" To: Sent: Saturday, February 07, 2015 11:53 PM Subject: lilypond-2.20 I am the packager of Lilypond for Mageia. I haven't seen any development releases since September 2014 which is really very unusual. Are there any expla

lilypond-2.20

2015-02-07 Thread Thomas Spuhler
I am the packager of Lilypond for Mageia. I haven't seen any development releases since September 2014 which is really very unusual. Are there any explanation for this. We are pretty close to a new OS release and I would like to incorporate 2.20.0 -- Best regards Thomas Spuhler All of my e-ma

lilypond-2.20

2015-02-07 Thread Thomas Spuhler
I am the packager of Lilypond for Mageia. I haven't seen any development releases since September 2014 which is really very unusual. Are there any explanation for this. We are pretty close to a new OS release and I would like to incorporate 2.20.0 -- Best regards Thomas Spuhler All of my e-ma