diff --git a/print/lilypond/patches/patch-lily_include_smobs_hh b/print/lilypond/patches/patch-lily_include_smobs_hh new file mode 100644 index 00000000000..cac7be80930 --- /dev/null +++ b/print/lilypond/patches/patch-lily_include_smobs_hh @@ -0,0 +1,13 @@ +Horrible fix for llvm 22. + +Index: lily/include/smobs.hh +--- lily/include/smobs.hh.orig ++++ lily/include/smobs.hh +@@ -251,6 +251,7 @@ class Smob_base (private) + // least, but in emergency situations one can always use a "rest" + // argument and take it apart manually. + ++public: + template + static SCM smob_trampoline (SCM self) + {