From 699b9c4b752604a42120ab17b30f97f70ce82972 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 20 Oct 2011 18:21:11 +0200 Subject: [PATCH] proper alignment for whiteout ff --- orchestrallily.ily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrallily.ily b/orchestrallily.ily index 442062f..81211ec 100644 --- a/orchestrallily.ily +++ b/orchestrallily.ily @@ -1119,7 +1119,7 @@ bracketp = #(make-dynamic-script (markup #:line(#:concat(#:normal-text #:fontsiz whiteoutp = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "p")) whiteoutf = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "f")) -whiteoutff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.25 #:dynamic "ff")) +whiteoutff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "ff")) cresc = #(make-music 'CrescendoEvent 'span-direction START -- 2.11.4.GIT