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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to