lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octavation of clef works with lilypond v 2.16.1, but not with 2.18


From: Thomas Morley
Subject: Re: Octavation of clef works with lilypond v 2.16.1, but not with 2.18
Date: Wed, 28 Jan 2015 09:48:11 +0100

2015-01-28 9:24 GMT+01:00 Martin Dümig <address@hidden>:
> Hello,
>
> i have the problem that my lilypond files do not produce octavated clefs
> with version 2.18 and 2.19.  I made a small program which generates the
> expected output with 2.16, but not with 2.18 and up.  Here i get the warning
>
> Warnung: Eigenschafts-Typprüfung für »clefOctavation« (translation-type?)
> kann nicht gefunden werden. vielleicht ein Tippfehler?
>
> Warnung: Zuweisung wird übersprungen
>
>
>
> The problem is not severe since it does not cancel the compilation – only
> the octavated clefs are missing.
>
>
>
> % Test for clefs
>
> % This works with lilypond-windows.exe 2.16.1
>
> % It does not work with lilypond-windows.exe 2.19.15
>
> % \include "deutsch.ly"
>
> {
>
>   \key c \major
>
>   \clef "G"
>
>   c' d' e' f'
>
>   \clef "G_8"                           % <---- this line does not work
>
>   c4 d e f
>
>   \clef "F"
>
>   c d e f
>
> }
>
>
>
> Any clues?
>
>
>
> Thank you in advance – Martin
>

Your example-code works here, with 2.19.15. Output is ok, no warning.
Though, clefOctavation was changed to clefTransposition, iirc.

Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]