Index: ly/property-init.ly |
diff --git a/ly/property-init.ly b/ly/property-init.ly |
index eef9ab9b8a45c315c754172e859f166a078ca6c3..9c183e95e4b529821513c80ce754a0943ba0d7da 100644 |
--- a/ly/property-init.ly |
+++ b/ly/property-init.ly |
@@ -755,6 +755,12 @@ allowVoltaHook = |
(_i "Allow the volta bracket hook being drawn over bar line @var{bar}.") |
(allow-volta-hook bar)) |
+ |
+%% vowel transitions |
+ |
+vowelTransition = #(make-music 'VowelTransitionEvent) |
+ |
+ |
%% x notes |
#(define (cross-style grob) |