Skip to content
Snippets Groups Projects
Commit 3efeb533 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

New lilypond versions don't need cresc etc. commands any more

parent 610627ea
No related branches found
No related tags found
No related merge requests found
...@@ -1140,17 +1140,8 @@ whiteoutp = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic ...@@ -1140,17 +1140,8 @@ whiteoutp = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic
whiteoutf = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "f")) whiteoutf = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "f"))
whiteoutff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "ff")) whiteoutff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "ff"))
% cresc = #(make-music 'CrescendoEvent 'span-direction START
% 'span-type 'text 'span-text "cresc.")
% dim = #(make-music 'DecrescendoEvent 'span-direction START
% 'span-type 'text 'span-text "dim.")
% decresc = #(make-music 'DecrescendoEvent 'span-direction START
% 'span-type 'text 'span-text "decresc.")
sim = ^\markup{\italic "sim."} sim = ^\markup{\italic "sim."}
%%% Thanks to "Gilles THIBAULT" <gilles.thibault@free.fr>, there is a way %%% Thanks to "Gilles THIBAULT" <gilles.thibault@free.fr>, there is a way
% to remove also the fermata from R1-\fermataMarkup: By filtering the music % to remove also the fermata from R1-\fermataMarkup: By filtering the music
% and removing the corresponding events. % and removing the corresponding events.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment