diff options
Diffstat (limited to 'music/common.ly.include')
-rw-r--r-- | music/common.ly.include | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/music/common.ly.include b/music/common.ly.include new file mode 100644 index 0000000..b6ba93a --- /dev/null +++ b/music/common.ly.include @@ -0,0 +1,15 @@ +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" +} |