Problems with musicxml2ly

2017-05-09 Thread Don Gingrich
Just tried to import a cubase XML file and hit a *bunch* of errors. I did finally get a .ly, but it was a struggle and required the command line version rather than working in Frescobaldi. I post this, not so much asking for assistance, but as possibly useful data for those working on

Re: How to align bar numbers to the center of a measure?

2017-05-09 Thread Kieren MacMillan
Hi Francesco, > I would like to have bar numbers printed below the last staff of a system, > aligned to the middle point between bars, like the image attached. In the > notation manual I see that BarNumber object can be configured in many ways, > but > I still can’t figure out whether such

How to align bar numbers to the center of a measure?

2017-05-09 Thread Francesco Napoleoni
Hi all I would like to have bar numbers printed below the last staff of a system, aligned to the middle point between bars, like the image attached. In the notation manual I see that BarNumber object can be configured in many ways, but I still can’t figure out whether such positioning and

Re: ClefModifier tweaks conditional on clef

2017-05-09 Thread tisimst
All, On Tue, May 9, 2017 at 2:58 PM, Noeck [via Lilypond] < ml+s1069038n203034...@n5.nabble.com> wrote: > does it only handle the x-offset? Try-and-error told me that the first > number is the X-offset for _8 and the second for ^8. > But can I affect the y position? > Oh, yeah. Sorry about

Re: page-turn-page-breaking.cc (core dumped)

2017-05-09 Thread Simon Albrecht
Am 09.05.2017 um 23:04 schrieb Pierre-Luc Gauthier: Well this seem serious enough... Should I post to bug-lilyp...@gnu.org? Yes. I did read http://lilypond.org/bug-reports.html But never officially (or at least correctly) done so. My problem is that, this assertion bug : `!isinf

Re: ClefModifier tweaks conditional on clef

2017-05-09 Thread Simon Albrecht
Am 09.05.2017 um 23:39 schrieb Kieren MacMillan: Hi Joram, does it only handle the x-offset? Try-and-error told me that the first number is the X-offset for _8 and the second for ^8. But can I affect the y position? Ah! I look forward to seeing the answer. It would be great (actually, kind of

Re: ClefModifier tweaks conditional on clef

2017-05-09 Thread Kieren MacMillan
Hi Joram, > does it only handle the x-offset? Try-and-error told me that the first > number is the X-offset for _8 and the second for ^8. > But can I affect the y position? Ah! I look forward to seeing the answer. It would be great (actually, kind of essential) if it did. Thanks, Kieren.

Re: page-turn-page-breaking.cc (core dumped)

2017-05-09 Thread Pierre-Luc Gauthier
Well this seem serious enough... Should I post to bug-lilyp...@gnu.org ? I did read http://lilypond.org/bug-reports.html But never officially (or at least correctly) done so. My problem is that, this assertion bug : `!isinf (best.demerits_) && start < end - 1' seems to popup rather randomly and

Re: ClefModifier tweaks conditional on clef

2017-05-09 Thread Noeck
Hi, does it only handle the x-offset? Try-and-error told me that the first number is the X-offset for _8 and the second for ^8. But can I affect the y position? Best, Joram ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Fonts different in PDFs with big text issue

2017-05-09 Thread Geremia17
Actually, installing LilyPond 2.19.60, I still get the big font issue, but now my generated PDFs use the same fonts as Alexander's: -- View this message in context: http://lilypond.1069038.n5.nabble.com/Problem-with-Fonts-too-big-tp196510p203033.html Sent from the User mailing list archive

Re: Box around chord notation

2017-05-09 Thread William Marchant
Klaus, Thank you. It is beautiful. Bill On 2017-05-09 04:34 AM, Klaus Blum wrote: Hi Bill, William Marchant wrote I cannot find how to put a box around a chord notation. not perfect, but maybe a start: % -

Re: ClefModifier tweaks conditional on clef

2017-05-09 Thread Kieren MacMillan
Abraham, > The ClefModifier grob has a property called "clef-alignments" that handles > this, providing individual positioning for G, F, and C clefs (you'll likely > need to play around with the numbers a bit): > http://lilypond.org/doc/v2.19/Documentation/internals/clefmodifier Oh, FFS… I

Re: Problem with Fonts too big

2017-05-09 Thread Geremia17
I get this big font issue, too. I'm using Lilypond 2.18.2 on Slackware-current. Alexander's test.pdf uses different fonts: name type encoding emb sub uni object ID

Re: ClefModifier tweaks conditional on clef

2017-05-09 Thread tisimst
Kieren, On Tue, May 9, 2017 at 8:02 AM, Kieren MacMillan [via Lilypond] < ml+s1069038n203018...@n5.nabble.com> wrote: > Hello all, > > In Gould (p. 506), it suggests that the clef modifier for the bass clef > should dangle from the tip of the bass clef. Lilypond does the following by > default:

Re: One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Gerdau, Michael
Hi Wilhelm, > I have one staff, two voices and two lyrics. The bassOnewords should be > placed above and the bassTwowords below the staff. But my solution > places both words below the score. > > \version "2.18.2" > > ... > > \score { ><< > \new Staff << > \new Voice =

Re: One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Robert Schmaus
Hi Wilhelm, Just a stab in the dark (I'm not in reach of LP right now): Context "staff" does not seem to exist at all. Does \new Staff = "staff" ... Solve the problem? Also, I'm not sure if the Lyrics contexts should be inside the staff context or rather outside of it ... and in the desired

Re: One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Gregor Buchholz
Hello, you will have to give your Staff a name and use it as reference for alignAboveContext: \score { << \new Staff = "bass" << \new Voice = "bassOne" << \bassOneNotes >> \new Lyrics \with { alignAboveContext = "bass" } \lyricsto "bassOne" \bassOneWords

One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Wilhelm Kleinoeder
Hello. I have one staff, two voices and two lyrics. The bassOnewords should be placed above and the bassTwowords below the staff. But my solution places both words below the score. \version "2.18.2" ... \score { << \new Staff << \new Voice = "bassOne" << \bassOneNotes

Re: How to attach markup to several notes

2017-05-09 Thread Kaj
On 2017-05-09 at 14:15, Ivanov Dmitry wrote: Hi Ivanov! I understand that you want a function which puts your text exact at the midpoint between the notes, but... Else is the simplest to just displace your text some distance. But of course, then you have to calculate the midpoint yourself.

ClefModifier tweaks conditional on clef

2017-05-09 Thread Kieren MacMillan
Hello all, In Gould (p. 506), it suggests that the clef modifier for the bass clef should dangle from the tip of the bass clef. Lilypond does the following by default: I would like to move this to the tip, but without affecting the modifier for the treble clef (which is in the perfect

Re: How to attach markup to several notes

2017-05-09 Thread Ivanov Dmitry
Hi Ivanov! I understand that you want a function which puts your text exact at the midpoint between the notes, but... Else is the simplest to just displace your text some distance. But of course, then you have to calculate the midpoint yourself. \version "2.18.2" \relative f'{ f8_\markup {

Re: Parenthesized dynamics

2017-05-09 Thread Andrew Bernard
Hi Michiel, Generalising your code so you don't need to create a function with hard coded offsets for every dynamic used and every instance leads to: == snip parenOffsetDyn = #(define-event-function (dyn x-off y-off) (ly:event? number? number?) (make-dynamic-script #{ \markup \concat {

Re: How to attach markup to several notes

2017-05-09 Thread caagr98
You could also try using the technique described here: http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-attached-to-notes , *Creating a delayed turn*. On 05/09/17 12:36, Kaj wrote: On 2017-05-09 at 10:47, Ivanov Dmitry wrote: Code: \version "2.18.2" \relative f'{

Re: How to attach markup to several notes

2017-05-09 Thread Kaj
On 2017-05-09 at 10:47, Ivanov Dmitry wrote: Code: \version "2.18.2" \relative f'{ f8_\markup {F} } How can I attach the markup to several notes, so the text was put between them? Something like this: \version "2.18.2" \relative f'{ {f8 }_\markup {F} } Hi Ivanov! I understand that you

How to attach markup to several notes

2017-05-09 Thread Ivanov Dmitry
Code: \version "2.18.2" \relative f'{ f8_\markup {F} } How can I attach the markup to several notes, so the text was put between them? Something like this: \version "2.18.2" \relative f'{ {f8 }_\markup {F} } ___ lilypond-user mailing list

Re: Parenthesized dynamics

2017-05-09 Thread Klaus Blum
Hi Michiel, Michiel Sikma-2 wrote > What I want to do is fine-tune the > exact positioning of the dynamic letter itself. you can experiment with \raise and \hspace (positive and negative values): % -- parenP =

Re: Box around chord notation

2017-05-09 Thread Klaus Blum
Hi Bill, William Marchant wrote > I cannot find how to put a box around a chord notation. not perfect, but maybe a start: % - #(define (boxed-ignatzek-chord-names in-pitches bass inversion context) (markup