% dacapo.abh -*- abc -*- % % This include file provides some missing decorations: % % !D.C.alcoda! !D.C.alfine! !D.S.alcoda! !D.S.alfine! % !dacapo! !dacoda! % % As defined in % http://abcnotation.com/wiki/abc:standard:v2.2#decorations % % Written by Guido Gonzato, PhD % Latest update: November 15, 2018 % License: GPLv2 or later. % Usage: see accompanying file demo-dacapo.abc % !D.S.! the letters D.S. (=Da Segno) % !D.S.alcoda! the words "D.S. al coda" % !D.S.alfine! the words "D.S. al fine" % !D.C.! the letters D.C. (=either Da Coda or Da Capo) % !D.C.alcoda! the words "D.C. al coda" % !D.C.alfine! the words "D.C. al fine" % !dacoda! the word "Da" followed by a Coda sign % !dacapo! the words "Da Capo" % !fine! the word "fine" % However, in printed music one often finds different implementations. % For example, the string "D.C. al coda" is replaced by % "D.C. al " + coda sign. %%deco D.C.alcoda 3 dacs 20 0 0 D.C. al Coda %%deco D.C.alfine 3 dacs 20 0 0 D.C. al Fine %%deco D.S.alcoda 3 dacs 20 0 0 D.S. al Coda %%deco D.S.alfine 3 dacs 20 0 0 D.S. al Fine %%deco dacapo 3 dacs 20 0 0 Da Capo %%deco dacoda 3 dacs 20 0 0 Da Coda