Re: musicXML: 2 staves, piano

2021-09-27 Thread Ivanov Dmitry
I can't reproduce your results. I tried to put your XML into hello2.xml and compile it. But it produced pdf with the same error, Your lilypond file is compiling correctly for me. Can you try my xml? Is anything wrong with it? My lilypond version is 2.22.1. http://www.musicxml.org/dtds/partwise.dtd

Dot sizes

2021-09-27 Thread Paul Hodges
In the score I am preparing for publication have been asked to use the Bravura font (which I have successfully done), and to make staccato dots smaller than augmentation dots (as I note is specified by Gould). I can't find any snippets which enable me to do this - can it easily be done? Thank

Re: Dot sizes

2021-09-27 Thread Lukas-Fabian Moser
Hi Paul, Am 27.09.21 um 12:20 schrieb Paul Hodges: In the score I am preparing for publication have been asked to use the Bravura font (which I have successfully done), and to make staccato dots smaller than augmentation dots (as I note is specified by Gould). I can't find any snippets which en

Re: musicXML: 2 staves, piano

2021-09-27 Thread Jacques Menu
Hello Dmitry, xml2ly and MuseScore handle hello2.xml alright : the problem you have can be reproduced here with musicxml2ly (2.23.0-1) here. JM > Le 27 sept. 2021 à 10:46, Ivanov Dmitry a écrit : > > I can't reproduce your results. I tried to put your XML into hello2.xml and > compile it. Bu

Re: Dot sizes

2021-09-27 Thread Kieren MacMillan
Hi Paul, Lukas’s solution > Probably the easiest way would be to re-define the "-." command: is nice and simple — if that’s the only tweak you have, then you should probably use it. If, on the other hand, you have lots of tweaks for different types of scripts, then here’s a more “centralized”

--bigpdf

2021-09-27 Thread Erik Ronström
Hi, A couple of years ago, Knut Petersen submitted a patch for a --bigpdf option: https://sourceforge.net/p/testlilyissues/issues/4251/ Was this option ever included in the main lilypond code base? The reason I’m asking is that I just downloaded lilypond 2.22.1 (on macOS, via homebrew) and it

Re: Dot sizes

2021-09-27 Thread Paul Hodges
That's actually more like what I was expecting! I will be having more (indirect) discussions. For instance, I'm required to make bar numbers italic; and I've been asked to place all tuplet brackets above regardless of stem directions - but doing this leads to loads of clashes with slurs. Als

Re: Dot sizes

2021-09-27 Thread Lukas-Fabian Moser
Hi Paul, Am 27.09.21 um 15:45 schrieb Paul Hodges: That's actually more like what I was expecting! I will be having more (indirect) discussions. For instance, I'm required to make bar numbers italic; and I've been asked to place all tuplet brackets above regardless of stem directions - but do

Re: musicXML: 2 staves, piano

2021-09-27 Thread Ivanov Dmitry
Something is not right. I installed lilypond 2.23.3 and processed hello2.xml. I still have an incorrect result. Here is what I do and what I get: $ musicxml2ly ./hello2.xml musicxml2ly: Reading MusicXML from ./hello2.xml ... musicxml2ly: Converting to LilyPond expressions... musicxml2ly: warni

More complex preprocessing with scheme

2021-09-27 Thread Andrew Zah
Hi all, Is it possible to do something like have lilypond evaluate a Scheme file in order to do more complicated preprocessing of song files? Ultimately I'd like to have a template and then include files like so, based on some logic: % ... \bookpart { \tocItem \markup "$SONG" \include "$F

Re: --bigpdf

2021-09-27 Thread Jonas Hahnfeld via LilyPond user discussion
Am Montag, dem 27.09.2021 um 15:07 +0200 schrieb Erik Ronström: > Hi, > > A couple of years ago, Knut Petersen submitted a patch for a --bigpdf option: > > https://sourceforge.net/p/testlilyissues/issues/4251/ > > Was this option ever included in the main lilypond code base? The reason I’m > as

Re: --bigpdf

2021-09-27 Thread Erik Ronström
> That option was removed again, but as far as I understand [1] you can > get similar tunings with "--pspdfopt=". Thank you, I think that is what I was looking for! However I didn’t get it to work: now the fonts are not embedded at all and GS does not load them: Querying operating system for f

Lilypond User Mailing List

2021-09-27 Thread Michael T Abrams
Hi, I would like to subscribe to this community mailing list. My email is         string...@rogers.com Are you able to assist me? Michael

Re: Lilypond User Mailing List

2021-09-27 Thread Guy Stalnaker
Michael, You can find what you need here: https://lilypond.org/contact.html Regards On 9/27/21 2:32 PM, Michael T Abrams wrote: Hi, I would like to subscribe to this community mailing list. My email is        string...@rogers.com Are you able to assist me? Michael -- -- “Happiness is

Re: Lilypond User Mailing List

2021-09-27 Thread David Kastrup
Michael T Abrams writes: > Hi, I would like to subscribe to this community mailing list. > My email is  >        string...@rogers.com > Are you able to assist me? > Michael > > Every single mail from this list contains the following informative headers: List-Id: LilyPond user discussion List-U

Re: Single incipit bar for a staff group of two instruments

2021-09-27 Thread Thomas Morley
Am Sa., 25. Sept. 2021 um 17:39 Uhr schrieb Marcin Damianiak : > > Dear All, > > I'd like to ask for a little bit of help with the following matter: > > What I'm trying to achieve is to make single centered incipit bar for the > staff group of two instruments. As for now, my code produces three in

Re: musicXML: 2 staves, piano

2021-09-27 Thread Thomas Morley
Am Mo., 27. Sept. 2021 um 17:05 Uhr schrieb Ivanov Dmitry : > > Something is not right. I installed lilypond 2.23.3 and processed > hello2.xml. I still have an incorrect result. > > Here is what I do and what I get: > > $ musicxml2ly ./hello2.xml > musicxml2ly: Reading MusicXML from ./hello2.xml ..

Re: Export from LilyPond to MusicXML

2021-09-27 Thread Thomas Morley
Hi Jacques, Am Mo., 27. Sept. 2021 um 00:48 Uhr schrieb Jacques Menu : > > Hello folks, > > The recent posts on this subject show there is interest in the matter. Sorry > for the length of this one... Tbh, most of the mor detailed stuff is way over my head.. > > My work was initially homed by Gr

Re: musicXML: 2 staves, piano

2021-09-27 Thread Jacques Menu
Hello Dmitry, It looks like you’re struggling with the tools instead of going ahead using them. What kind of programmed scores handling are you aiming at? There are various ways, such as python-ly (https://pypi.org/project/python-ly/), ABC notation (https://en.wikipedia.org/wiki/ABC_notation)

Re: musicXML: 2 staves, piano

2021-09-27 Thread Ivanov Dmitry
What kind of programmed scores handling are you aiming at? Standard piano score with 2 staves and 4 voices: 2 voices per staff. signature.asc Description: PGP signature

Re: --bigpdf

2021-09-27 Thread Erik Ronström
I finally got it working! For future reference, the problem was that I could not make ghostscript use the exported font files from lilypond. I got it working by symlinking from one of the hardcoded font search paths (/usr/local/share/ghostscript) into the font export directory. Also I use pdfc

Re: musicXML: 2 staves, piano

2021-09-27 Thread Jacques Menu
Le 28 sept. 2021 à 07:53, Ivanov Dmitry a écrit :What kind of programmed scores handling are you aiming at?Standard piano score with 2 staves and 4 voices: 2 voices per staff.OK, but you mentioned reading/manipulating music with programs, or did I get it wrong?Stangely enough, op