diff options
author | EuAndreh <eu@euandre.org> | 2022-06-01 21:41:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-06-01 21:41:57 -0300 |
commit | 3b88471ab8ed28ff66657957c2a3f3882cc6aeac (patch) | |
tree | ce82f6c0d2eeb434991b7ca98481fee12d460d7e /music/common.ly | |
parent | Move files.mk and deps.mk into generated.mk (diff) | |
download | euandre.org-3b88471ab8ed28ff66657957c2a3f3882cc6aeac.tar.gz euandre.org-3b88471ab8ed28ff66657957c2a3f3882cc6aeac.tar.xz |
Generate LilyPond files in dynamic.mk
Diffstat (limited to 'music/common.ly')
-rw-r--r-- | music/common.ly | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/music/common.ly b/music/common.ly deleted file mode 100644 index b6ba93a..0000000 --- a/music/common.ly +++ /dev/null @@ -1,15 +0,0 @@ -copyright = \markup { - \with-url #"https://creativecommons.org/licenses/by-sa/4.0/" \line { - CC BY-SA 4.0 - } -} -tagline = \markup { - \with-url #"https://euandre.org/music.html" \line { - euandre.org/music.html - } -} - -rall = { - \override TextSpanner.bound-details.left.text = "rall." - \override TextSpanner.bound-details.right.text = "a tempo" -} |