2.19.59: Bad horizontal spacing when \override LyricText #'X-offset

2017-04-28 Thread Dmytro O. Redchuk
Hi, please take a look at this MWE: % --- 8< \version "2.19.59" { r4 a a2 a4 a2 } \addlyrics { \override LyricText #'X-offset = #0 "Блаженні голодні й спрагнені правди, бо вони на" -- си -- тять -- ся. } % --- 8< I've attached images for 2.18.2, 2.1

XML-Import into Frescobaldi Windows

2017-04-28 Thread zs.hassia
I know this problem science 2.19.4? After someone asks today on the german forum about this problem, I want to tell the list about that problem. It is not possible after importing the xml-File into Frescobaldi to work with the import result. But the import looks normal. Opening the result with

LSR search engine improvements

2017-04-28 Thread Andrew Bernard
Hi All, I have been working with the maintainer of the Lilypond Snippet Repository to make a minor but very useful improvement to the custom search engine for LSR. At the moment, if one searches for a term containing various punctuation symbols commonly used in lilypond functions, namely '#", ":'

Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread Phil Holmes
- Original Message - From: To: Sent: Friday, April 28, 2017 10:19 AM Subject: Re: XML-Import into Frescobaldi Windows Am 2017-04-28 10:33, schrieb zs.has...@gmx.de: I know this problem science 2.19.4? Can you determine which was the first Frescobaldi release where this happened?

Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread zs.hassia
>> I know this problem science 2.19.4? > >2.19.4 of LilyPond or Frescobaldi? The last working Lilypondversion I know is 2.19.41. I detected the first time with 2.19.45 and 49. The problem exist with Frescobaldi 2.18/19 and 3. Win7 and win 10. The report in Frescobaldi 3 is:

Re: Center-align a score

2017-04-28 Thread Hendrik Fuß
Hi guys, I'm seriously impressed! Thanks a million for all your input. David N's solution works pretty well, although I, too, am having trouble with vertical positioning. In my attached min example, the lyrics came out wrong. The example also gives an idea of the sort of thing I am trying to cre

Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread zs.hassia
>OK. >Obviously the string for 'encodingsoftware' is somehow mis-encoded. But >the notepad-screenshot showed strang things for the whole document. > >Could you please remove the whole header block from the imported >document and compile it again? If it is a problem with the >'encodingsoftware' then

Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread Jacques Menu Muzhic
Hello zs, Thanks for sending me the XML files. musicxml2ly as of 2.19.58 produces error-prone LilyPond code for tempo commands in La-valse-opaline-ende.xml like: \tempo 4=112 ^ "m" | % 1 \stemUp b2 _\mf \stemUp d4 -4 ^ "i" | % 2 There is nothing to attach this markup to, IIUC. The \mf

Re: Center-align a score

2017-04-28 Thread Kieren MacMillan
Hi Hendrik, > David N's solution works pretty well, although I, too, am having trouble with > vertical positioning. In my attached min example, the lyrics came out wrong. That *is* a curious result… Naively, I would assume this is part of the same vertical spacing issue that plagues me with re

placing "opus"

2017-04-28 Thread Mark Stephen Mrotek
Hello, I want to format headers to produce this: Woodland Sketches (%title) E. MacDowell Op. 51 To a Wild Rose (%subtitle for first score) \score Will 'o the Wisp (%su

Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread David Wright
On Fri 28 Apr 2017 at 10:32:14 (+0100), Phil Holmes wrote: > - Original Message - From: > To: > Sent: Friday, April 28, 2017 10:19 AM > Subject: Re: XML-Import into Frescobaldi Windows > > > >Am 2017-04-28 10:33, schrieb zs.has...@gmx.de: > >>I know this problem science 2.19.4? > > > >

Re: Center-align a score

2017-04-28 Thread David Nalesnik
On Fri, Apr 28, 2017 at 9:15 AM, Kieren MacMillan wrote: > Hi Hendrik, > >> David N's solution works pretty well, although I, too, am having trouble >> with vertical positioning. In my attached min example, the lyrics came out >> wrong. > > That *is* a curious result… > > Naively, I would assume

Re: placing "opus"

2017-04-28 Thread Brian Barker
At 08:17 28/04/2017 -0700, Mark Stephen Mrotek wrote: I can get everything but to the opus under the composer. My code is attached. composer = \markup \center-column { "E. MacDowell" "Op. 51" } Warning it contains more than 10 lines. ;^) Brian Barker __

Your email address, was Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread David Wright
If you don't want to receive emails at the address you post from, please try setting a Reply-To: header on your emails like the one in this email's header. Mail-Followup-To: should work too. On Fri, 28 Apr 2017 17:18:39 (+0200), zs.has...@gmx.de wrote: > Hallo, > [...] ist meine Emailadresse für

Re: placing "opus"

2017-04-28 Thread Kieren MacMillan
Hi all, >> I can get everything but to the opus under the composer. My code is attached. > composer = \markup \center-column { "E. MacDowell" "Op. 51” } This is a good quick-and-dirty solution… but I’m not a fan of overloading functions, especially if Mark is going to be engraving a lot of piece

RE: placing "opus"

2017-04-28 Thread Mark Stephen Mrotek
Brian, Thanks, I shall try that. Mark -Original Message- From: Brian Barker [mailto:b.m.bar...@btinternet.com] Sent: Friday, April 28, 2017 8:40 AM To: lilypond-user@gnu.org Cc: Mark Stephen Mrotek Subject: Re: placing "opus" At 08:17 28/04/2017 -0700, Mark Stephen Mrotek wrote: >I can

Re: placing "opus"

2017-04-28 Thread David Wright
On Fri 28 Apr 2017 at 12:02:50 (-0400), Kieren MacMillan wrote: > Hi all, > > >> I can get everything but to the opus under the composer. My code is > >> attached. > > composer = \markup \center-column { "E. MacDowell" "Op. 51” } > > This is a good quick-and-dirty solution… but I’m not a fan of

Changing the length of voice follower lines

2017-04-28 Thread DJF
I’ve got a piano piece with many voice follower lines from one hand to the other. Most often the lines end up being too long and unsightly, extending through beams and stems. I know how to move them with VoiceFollower.extra-offset, but I can’t figure out how to change their length. I messed aro

Changing the length of voice follower lines

2017-04-28 Thread DJF
I’ve got a piano piece with many voice follower lines from one hand to the other. Most often the lines end up being too long and unsightly, extending through beams and stems. I know how to move them with VoiceFollower.extra-offset, but I can’t figure out how to change their length. I messed aro

Re: LSR search engine improvements

2017-04-28 Thread Ralph Palmer
On Fri, Apr 28, 2017 at 5:03 AM, Andrew Bernard wrote: > Hi All, > > I have been working with the maintainer of the Lilypond Snippet Repository > to make a minor but very useful improvement to the custom search engine for > LSR. > Many thanks, Andrew! Ralph -- Ralph Palmer Brattleboro, VT USA

Re: Center-align a score

2017-04-28 Thread Thomas Morley
2017-04-28 17:39 GMT+02:00 David Nalesnik : > It would be relatively easy to alter the function make-page-stencil in > scm/page.scm to do what you want. The stencils of the individual > systems are already made at this point, and it's just a matter of > moving them around to your liking. Unfortu

Re: Changing the length of voice follower lines

2017-04-28 Thread Thomas Morley
2017-04-28 21:04 GMT+02:00 DJF : > I’ve got a piano piece with many voice follower lines from one hand to the > other. Most often the lines end up being too long and unsightly, extending > through beams and stems. I know how to move them with > VoiceFollower.extra-offset, but I can’t figure out

Magnifystaff question (possibly bug?)

2017-04-28 Thread Michiel Sikma
Hi there, There's something I don't entirely understand about \magnifyStaff - I'm using it to scale down my entire score, without having to use layout-set-staff-size (since I don't want to switch to a different feta font size, but just scale the feta20 one slightly.) However, I discovered that so

Re: Changing the length of voice follower lines

2017-04-28 Thread DJF
2017-04-28 21:04 GMT+02:00 DJF : >> I’ve got a piano piece with many voice follower lines from one hand to the >> other. Most often the lines end up being too long and unsightly, extending >> through beams and stems. I know how to move them with >> VoiceFollower.extra-offset, but I can’t figure

Re: Magnifystaff question (possibly bug?)

2017-04-28 Thread Michiel Sikma
Just in case anyone happens to have this same problem and wants a quick workaround, I'm using this instead of \teeny: \override NoteHead.font-size = #-3 Instead of \normalsize: \override NoteHead.font-size = #0 This seems to work regardless of magnification, if all you care about is the note heads.

\magnifyMusic omits unison notes in \partcombine?

2017-04-28 Thread Karlin High
A songwriter looked at my LilyPond job and asked, "Can you make the note heads bigger in proportion to everything else?" Yes, thanks to \magnifyMusic, I thought. It's a SATB hymn, I'm using \partcombine, and apparently \magnifyMusic doesn't pick up the unison notes the way I'm writing it. Minim

Up and down arrows

2017-04-28 Thread Paul Napolitano
Is there a way to put up and down arrows above the staff to indicate the down and up beats? Thanks, Paul ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Up and down arrows

2017-04-28 Thread David Wright
On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote: > Is there a way to put up and down arrows above the staff to indicate the down > and up beats? c'4 ^\markup { ↓ } f'4 ^\markup { ↑ } Cheers, David. ___ lilypond-user mailing list lilypond

Re: Up and down arrows

2017-04-28 Thread Federico Bruni
There's an example in the LSR. Il 29 aprile 2017 04:57:09 CEST, Paul Napolitano ha scritto: >Is there a way to put up and down arrows above the staff to indicate >the down and up beats? > >Thanks, >Paul >___ >lilypond-user mailing list >lilypond-user@g

Re: Magnifystaff question (possibly bug?)

2017-04-28 Thread Andrew Bernard
Hi Michiel, Not an answer to your direct question, but closely related. Have you considered using set-global-staff-size? >From the NR Section 4.2.2. [version 2.19.59] To set the staff size globally for all scores in a file (or in a \book block, to be precise), use set-global-staff-size: #(set-g