]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-engraver.cc
(default-script-alist): set paddings for every
[lilypond.git] / lily / script-engraver.cc
index 7c05131a85f2164381d2c317cdeaa85ac91875c5..cb3a007d53ed6f3e160e713ce5ec78373a5bbedc 100644 (file)
@@ -92,8 +92,9 @@ copy_property (Grob *g, SCM sym, SCM alist)
    could be saved by tacking the props onto the Script grob (i.e. make
    ScriptStaccato , ScriptMarcato, etc. ).
 */
-void make_script_from_event (Grob *p,  Context *tg,
-                            SCM art_type, int index)
+void
+make_script_from_event (Grob *p,  Context *tg,
+                       SCM art_type, int index)
 {
   SCM alist = tg->get_property ("scriptDefinitions");
   SCM art = scm_assoc (art_type, alist);