>
> I assume the problem lies somewhere else in your infrastructure.
>
> HTH
> Urs
>
I used an 2.16.2 as it is in the repository of Ubuntu 14.04 LTS.
That was the problem.
I have downloaded 2.18.2 and have installed it manually. Now it works. Even
when I put \version "2.16".
Thank you Ur
Urs Liska openlilylib.org> writes:
>
>
> It's define-music-function,
> not "define-music function"
> HTH
> Urs
> Am 15.12.2014 23:56, schrieb Hans
> Sommer:
>
>
> Hello,
>
> Ich wrote a
Hello,
Ich wrote a scheme function for getting a shortcut for the \relative command.
rel = #(define-music function
(parser location p notes)
David Nalesnik gmail.com> writes:
>
> Hi Hans,
> On Sun, Oct 12, 2014 at 4:38 AM, Hans Sommer gmx.de>
wrote:Hello,
> I am relatively new to Lilypond.
> I try to check the total length of a SequentialMusic part, i.e.
> my_score_part = { c'4 d e f }
> I want to g
Hello,
I am relatively new to Lilypond.
I try to check the total length of a SequentialMusic part, i.e.
my_score_part = { c'4 d e f }
I want to get the result 4 quarters (or any other numerical representation)
and for
my_score_part2 = { c'4 d e f g8}
should deliver 4 quarter and 1 eighth.