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 place
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 a
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, J
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
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...
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 \someNo
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
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:
>>
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 rot
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 ro
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 {
\new
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
http://lilypond.1069038
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)?
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)
Setti
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 tur
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
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 = \TempoA*1
>> 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 y
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 = \TempoA
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 midi-file
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 M
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 resu
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 abo
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 tha
24 matches
Mail list logo