RE: crash during musicxml2ly

2018-05-10 Thread Frédéric Gohier
Hello,

Thanks


Regards,
GOHIER Frédéric

De : James Lowe 
Envoyé : lundi 7 mai 2018 10:13
À : James Lowe
Cc : Frédéric Gohier; lilypond-devel
Objet : Re: crash during musicxml2ly

Frederic

On Wed, 02 May 2018 12:09:37 +0100 (BST), "James Lowe"  
wrote:

> Hello Frederic,
>
> On Tue, 1 May 2018 16:47:24 +0000, Frédéric Gohier  
> wrote:
>
> > hello,
> >
> > I just push the patch on rietveld : 
> > https://codereview.appspot.com/339560043/

This has now gone through the patch review process.

Can you provided a git formatted patch based on current master and I can push 
it for you?

Thank you.

James


diff --git a/python/musicexp.py b/python/musicexp.py
index 1c061da..99649b2 100644
--- a/python/musicexp.py
+++ b/python/musicexp.py
@@ -2130,7 +2130,8 @@ class StaffGroup:
 self.part_information = staves_info
 else:
 for c in self.children:
-c.set_part_information (part_name, staves_info)
+if hasattr(c, 'set_part_information'):
+c.set_part_information (part_name, staves_info)
 
 def add_context_modification (self, modification):
 self.context_modifications.append (modification)
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


request to add the agostini drum style to lilypond

2014-09-17 Thread Frédéric Gohier
Hello,

please find attach my proposal to add the agostini drum style


Regards,

GOHIER Frédéric   

0001-agostini-drums-style.patch
Description: Binary data
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel