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

2015-01-28 Thread Thomas Morley
2015-01-28 9:24 GMT+01:00 Martin Dümig mar...@duemig-neufahrn.de:
 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

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


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

2015-01-28 Thread Martin Dümig
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