> Le 22 déc. 2022 à 17:52, Karim Haddad <[email protected]> a écrit : > > Dear list, > > Using the latest Lilypond version 2.24.0, in my \layout section, i have two > issues: > > 1) > > \context { > \RemoveEmptyStaffContext > \override VerticalAxisGroup.remove-first = ##t > } > > The \RemoveEmptyStaffContext generates a lot of errors and the score fails to > compile. > > 2) defaultBarType = #"" > > warning: cannot find property type-check for `defaultBarType' > (translation-type?). perhaps a typing error? > > apparently is not recognized anymore ? > > Can somebody point me in the right direction in order to have some equivalent > calls? > > THank you
Use convert-ly. See the very top of https://lilypond.org/doc/v2.24/Documentation/changes/index.html For \RemoveEmptyStaffContext, the deprecation is very old, so make sure you set the \version in your file to something like "2.12.0" before converting. Regards, Jean > > -- > Karim Haddad > > Music Representations Team, IRCAM > Research and development manager. > email : [email protected] > webpage : http://karim.haddad.free.fr >
