Re: help with loop in a Make file

2016-08-30 Thread David Kastrup
Federico Bruni writes: > I have a slightly OT question about Make. > I'm using Make to generate several EPS file to be included in a > LilyPond file. > The three commands below work fine on the terminal but do not work > when I launch make: > > ### Make snippet ### > > SHELL=/usr/bin/bash > > %.p

Re: help with loop in a Make file

2016-08-30 Thread Jacques Menu Muzhic
Hello Federico, The actual syntax for a loop in Make is different that that of bash, as is its meaning by the way, see: https://www.gnu.org/software/make/manual/html_node/Foreach-Function.html. But what you need is probably a pattern like this, where ‘%’ is a place holder as

Re: \eps-file error

2016-08-30 Thread Federico Bruni
Ok, thanks! Il giorno mar 30 ago 2016 alle 18:24, Pierre Perol-Schneider ha scritto: Hi Federico, The unit is the same as in markups command. Try : \version "2.19.46" \markuplist { \epsfile #X #20 #"test.eps" \override #'(thickness . 5) \draw-line #'(20 . 0) } HTH, Pierre 2016-08-30

help with loop in a Make file

2016-08-30 Thread Federico Bruni
I have a slightly OT question about Make. I'm using Make to generate several EPS file to be included in a LilyPond file. The three commands below work fine on the terminal but do not work when I launch make: ### Make snippet ### SHELL=/usr/bin/bash %.pdf %.ps %.eps: %.tex latexmk -xelatex in

Re: Courtesy Accidentals and Abbv.

2016-08-30 Thread Paul Scott
On Tue, Aug 30, 2016 at 11:42:06PM -0500, bmg xc9 wrote: > How does one show courtesy accidentals (specifically a natural sign), An exclamation point between the pitch name and the time value gives the appropriate flat, sharp or natural and a question mark puts that accidental in parentheses. Usi

Re: Courtesy Accidentals and Abbv.

2016-08-30 Thread Brian Barker
At 23:42 30/08/2016 -0500, Bonly Monly Gonly wrote: How does one show courtesy accidentals (specifically a natural sign), ... The Notation Manual distinguishes between reminder and cautionary accidentals; I'm not sure which you mean: "Normally accidentals are printed automatically, but you may

Courtesy Accidentals and Abbv.

2016-08-30 Thread bmg xc9
How does one show courtesy accidentals (specifically a natural sign), and also how does one display the abbreviated names to the left of each system. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond reading pdf's

2016-08-30 Thread Johan Vromans
On Tue, 30 Aug 2016 20:46:14 +0100 Richard Shann wrote: > I think you linked to the wrong video here, either Oops -- Sorry! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond reading pdf's

2016-08-30 Thread Richard Shann
On Tue, 2016-08-30 at 14:29 +0200, Johan Vromans wrote: > On Tue, 30 Aug 2016 13:15:53 +0200 > Pierre Perol-Schneider wrote: > > > In conclusion, since you can typeset a ly file as fast as you read the > > music, it is far more interesting to do that than to go through a scanning > > process. >

Re: Markup text collision

2016-08-30 Thread David Wright
On Tue 30 Aug 2016 at 14:35:33 (-0400), Ralph Palmer wrote: > I'm running ly 2.19.40 under Windows 7. > > I'm trying to order, from top to bottom, a markup text ("IABACA"), a > rehearsal mark, ("I"), and a tempo mark (quarter note = 200). > > I can get them in order, but the markup text collides

Markup text collision

2016-08-30 Thread Ralph Palmer
Greetings - I'm running ly 2.19.40 under Windows 7. I'm trying to order, from top to bottom, a markup text ("IABACA"), a rehearsal mark, ("I"), and a tempo mark (quarter note = 200). I can get them in order, but the markup text collides with the "poet" text fromt the header. Can anyone help me o

Re: \eps-file error

2016-08-30 Thread Pierre Perol-Schneider
Hi Federico, The unit is the same as in markups command. Try : \version "2.19.46" \markuplist { \epsfile #X #20 #"test.eps" \override #'(thickness . 5) \draw-line #'(20 . 0) } HTH, Pierre 2016-08-30 17:18 GMT+02:00 Federico Bruni : > Il giorno lun 29 ago 2016 alle 18:32, Graham King < >

Re: \eps-file error

2016-08-30 Thread Federico Bruni
Il giorno lun 29 ago 2016 alle 18:32, Graham King ha scritto: On Mon, 2016-08-29 at 18:15 +0200, Federico Bruni wrote: \version "2.19.46" \markup { \eps-file #X #0 #"test.eps" } \eps-file should be \epsfile (no dash). After that, test.eps throws an error on my system, but your mileage may

Re: Lilypond reading pdf's

2016-08-30 Thread Johan Vromans
On Tue, 30 Aug 2016 13:15:53 +0200 Pierre Perol-Schneider wrote: > In conclusion, since you can typeset a ly file as fast as you read the > music, it is far more interesting to do that than to go through a scanning > process. To chime in on this: I use Denemo to enter new music. Its separation o

Re: Lilypond reading pdf's

2016-08-30 Thread Pierre Perol-Schneider
Hi Donald, Hi All, As it has already been said, direct conversion (pdf2ly) is not possible. You have to go through a 3rd party product to get an XML file and then do the xml2ly conversion. I'm testing those OMR from time to time (you can add http://www.myriad-online.com/en/products/omer.htm on the

Re: Lilypond reading pdf's

2016-08-30 Thread Johan Vromans
On Tue, 30 Aug 2016 09:21:32 +0100 "Phil Holmes" wrote: > It's possible, though not necessarily easy nor free. I gave Audiveris a try some time ago. It has a nice UI that allows solving scanning problems before the recognition phase. I don't know if it is still under active development, though.

Re: Lilypond reading pdf's

2016-08-30 Thread Johan Vromans
On Tue, 30 Aug 2016 10:35:50 +0200 Jacques Menu Muzhic wrote: > If I’m not mistaken, SharpEye has been renamed to PhotoScore Ultimate > some time ago. A trial version can still be found on http://www.visiv.co.uk/installsharpeye2.exe It runs under Wine as well.

Re: Lilypond reading pdf's

2016-08-30 Thread Jacques Menu Muzhic
Hello Phil, If I’m not mistaken, SharpEye has been renamed to PhotoScore Ultimate some time ago. JM > Le 30 août 2016 à 10:21, Phil Holmes a écrit : > > - Original Message - From: "Donald J. Stewart" > > To: > Sent: Monday, August 29, 2016 9:27 PM > Subject: Lilypond reading pdf's

Re: Lilypond reading pdf's

2016-08-30 Thread Phil Holmes
- Original Message - From: "Donald J. Stewart" To: Sent: Monday, August 29, 2016 9:27 PM Subject: Lilypond reading pdf's I'm a brand new user (I had used SCORE and SCOR4 through '90s). I'd like to know if it's possible to scan pdf's into Lilypond and edit these pdf's rather than c