Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-09 Thread Aaron Hill
On 2018-06-09 19:43, dfro wrote: Dear code wizards, I still have more to solve on this issue, if possible. I think I have discovered why most of the shifting is happening: The skyline rather than the baseline of the lyric line text is being referenced by LilyPond when calculating vertical

Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-09 Thread dfro
Dear code wizards, I still have more to solve on this issue, if possible. I think I have discovered why most of the shifting is happening: The skyline rather than the baseline of the lyric line text is being referenced by LilyPond when calculating vertical placement. What I am going for is

RE: What is this warning? “no viable initial configuration found: may not find good beam slope”

2018-06-09 Thread Mark Stephen Mrotek
Harold, I get the same warning. Note the “\lh b16” in the error message and the “weird” beaming produced to the b16. That is the meaning of the warning. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Harold Hausman Sent: Saturday,

Re: warning: omitting tuplet bracket with neither left nor right bound

2018-06-09 Thread Aaron Hill
On 2018-06-09 13:32, Karim Haddad wrote: Dear List, I have warnings when used along with a skip secondary voice used for dynamics and including tuplets. here is a minimal example : %% \version "2.19.80" one = { r4 c'2.~ | c'1 | c'2 r2 | } dyn = { s4 s2. \< | s4 \tuplet 3/2 {s4

What is this warning? “no viable initial configuration found: may not find good beam slope”

2018-06-09 Thread Harold Hausman
Hello, First, thanks for Lilypond. It's patently amazing and I am super-grateful for it. This code: - https://gist.github.com/harold/0b945bdfea789d05a92c6b2fe29b35ee Produces this output when compiling: $ lilypond test.ly GNU LilyPond 2.18.2 Processing `test.ly' Parsing...

Re: Add an arbitrary music property

2018-06-09 Thread Urs Liska
Am 09.06.2018 um 14:21 schrieb Thomas Morley: 2018-06-08 21:26 GMT+02:00 Urs Liska : Hi, is there anything wrong with adding an arbitrary property to a SequentialMusic like that: \version "2.19.80" someNote = { c' d' } #(set! (ly:music-property someNote 'foo) "bar") \displayMusic

Re: More explanations to make-engraver available

2018-06-09 Thread Urs Liska
Am 09.06.2018 um 10:57 schrieb David Kastrup: Urs Liska writes: I'm wondering if there's any comprehensive write-up about the components of make-engraver available anywhere. So far all my (rather few) engravers have been simply based on a template provided by someone else, but I would be

Re: Lilypond GC errors...Again.

2018-06-09 Thread David Kastrup
crimsonsunr...@protonmail.com writes: >> crimsonsunr...@protonmail.com writes: >> >>> This is pretty much the same error I reported last time with >>> 2.21.0. This time however, the same error happens on verbose >>> output. This happens: > Ativo 9 de jun de 2018 17:44, David Kastrup escreveu:

Re: Lilypond GC errors...Again.

2018-06-09 Thread crimsonsunrise
Mensagem Original Ativo 9 de jun de 2018 17:44, David Kastrup escreveu: crimsonsunr...@protonmail.com writes: > This is pretty much the same error I reported last time with > 2.21.0. This time however, the same error happens on verbose > output. This happens: Do you use any

Re: Lilypond GC errors...Again.

2018-06-09 Thread David Kastrup
crimsonsunr...@protonmail.com writes: > This is pretty much the same error I reported last time with > 2.21.0. This time however, the same error happens on verbose > output. This happens: Do you use any rotated stencils? I'm reviewing recent C++ code contributions and have found a GC error in

warning: omitting tuplet bracket with neither left nor right bound

2018-06-09 Thread Karim Haddad
Dear List, I have warnings when used along with a skip secondary voice used for dynamics and including tuplets. here is a minimal example : %% \version "2.19.80" one = { r4 c'2.~ | c'1 | c'2 r2 | } dyn = { s4 s2. \< | s4 \tuplet 3/2 {s4 \! \> s8} s2 | s2 s2 \! |} \score {

Re: Lilypond GC errors...Again.

2018-06-09 Thread crimsonsunrise
Mensagem Original Ativo 9 de jun de 2018 17:21, Thomas Morley escreveu: 2018-06-09 22:00 GMT+02:00 : > This is pretty much the same error I reported last time with 2.21.0. So the replies will likely be pretty much the same ;) Did you try gdb as described

Re: Lilypond GC errors...Again.

2018-06-09 Thread Thomas Morley
2018-06-09 22:00 GMT+02:00 : > This is pretty much the same error I reported last time with 2.21.0. So the replies will likely be pretty much the same ;) Did you try gdb as described http://lilypond.1069038.n5.nabble.com/Strange-error-with-no-traceable-cause-tp213613p213620.html (and folow up)?

Lilypond GC errors...Again.

2018-06-09 Thread crimsonsunrise
This is pretty much the same error I reported last time with 2.21.0. This time however, the same error happens on verbose output. This happens: Starting lilypond 2.21.0 [score with parts.ly]... Log level set to 287 Relocation: is absolute: argv0=/usr/bin/lilypond PATH=/usr/bin (prepend)

[OT] Search for Morgensterns Galgenlieder for choir

2018-06-09 Thread Bernhard Kleine
When I was young we sung a piece of Christian Morgensterns Galgenlieder with the Youth choir of Gelsenkirchen: Es gibt ein Gespenst, das frisst Taschentücher. After almost 50 years I wanted to get the partitur for this piece by Kodaly. But the internet and the search at an music literature shop

Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-09 Thread dfro
On 6/9/18 9:45 AM, Werner LEMBERG wrote: Care to prepare a patch? You seem to be a native speaker, and being a novice helps a lot in finding the right point of view for the documentation... I would be honored to contribute in this way. How may we proceed? This depends on your experience with

Re: how to created related tempo marks

2018-06-09 Thread Simon Albrecht
On 09.06.2018 12:44, Stefan Thomas wrote: I would like to create related tempo marks. For example, in bar 1 I would like to have a tempo 4=60, some bars later tempo 4=90. The tempi are in the proportion 3/2. I would like to write something like TempoA = {\tempo 4 =60} TempoB =

Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-09 Thread Werner LEMBERG
>> Care to prepare a patch? You seem to be a native speaker, and >> being a novice helps a lot in finding the right point of view for >> the documentation... > > I would be honored to contribute in this way. How may we proceed? This depends on your experience with programming. Assuming that

Re: how to created related tempo marks

2018-06-09 Thread David Kastrup
Stefan Thomas writes: > Dear community, > I would like to create related tempo marks. For example, in bar 1 I would > like to have a tempo 4=60, some bars later tempo 4=90. > The tempi are in the proportion 3/2. I would like to write something like > >> TempoA = {\tempo 4 =60} >> TempoB =

how to created related tempo marks

2018-06-09 Thread Stefan Thomas
Dear community, I would like to create related tempo marks. For example, in bar 1 I would like to have a tempo 4=60, some bars later tempo 4=90. The tempi are in the proportion 3/2. I would like to write something like > TempoA = {\tempo 4 =60} > TempoB = \TempoA*1.5 > I want to create a

Re: Add an arbitrary music property

2018-06-09 Thread Thomas Morley
2018-06-08 21:26 GMT+02:00 Urs Liska : > Hi, > > is there anything wrong with adding an arbitrary property to a > SequentialMusic like that: > > \version "2.19.80" > > someNote = { c' d' } > > #(set! (ly:music-property someNote 'foo) "bar") > > \displayMusic \someNote > > ? > > The following is a

Re: Problem with arpeggio's

2018-06-09 Thread Robert Blackstone
Hi Malte, Thanks for your reply. First of all I apologise for the "not-minimalness" of my snippet. I just copied the last two bars of the piece I am transcribing into a little test file, that I thought was sufficiently minimal. Unfortunately the minimal example you sent me gave me the same

Re: More explanations to make-engraver available

2018-06-09 Thread David Kastrup
Urs Liska writes: > I'm wondering if there's any comprehensive write-up about the > components of make-engraver available anywhere. > > So far all my (rather few) engravers have been simply based on a > template provided by someone else, but I would be really glad to > become more independent

More explanations to make-engraver available

2018-06-09 Thread Urs Liska
I'm wondering if there's any comprehensive write-up about the components of make-engraver available anywhere. So far all my (rather few) engravers have been simply based on a template provided by someone else, but I would be really glad to become more independent about that. I understand