X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fspanners-init.ly;h=9aec0756e2746359c4b8676b4a12c707dc9494a0;hb=1f0eb66148be1af3c0abfd080421cea27af3248b;hp=ab810296a2fe1706f13d2e5d5bb7659ebbc2c86a;hpb=471a023f5233c071584090bf08ab5c9846673580;p=lilypond.git diff --git a/ly/spanners-init.ly b/ly/spanners-init.ly index ab810296a2..9aec0756e2 100644 --- a/ly/spanners-init.ly +++ b/ly/spanners-init.ly @@ -1,4 +1,4 @@ -\version "2.7.36" +\version "2.10.0" startGroup = #(make-span-event 'NoteGroupingEvent START) stopGroup = #(make-span-event 'NoteGroupingEvent STOP) @@ -91,3 +91,5 @@ sostenutoUp = #(make-span-event 'SostenutoEvent STOP) %crescpoco = \set crescendoText = "cresc. poco a poco" %decresc = \set crescendoText = "decr." %dim = \set crescendoText = "dim." + +newSpacingSection = #(make-event-chord (list (make-music 'SpacingSectionEvent)))