This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- utf-8 -*- | |
import subprocess | |
import argparse | |
import sys | |
lilyhdr_scm = [ | |
"(set! print-book-with-defaults", | |
"(lambda (parser book)", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\version "2.16.1" | |
% Simplicity v1 | |
% An attempt to reduce bulk of the Mutopia copyright tag | |
% Glen Larsen | |
% Wed Feb 20 09:50:55 2013 | |
% | |
% Yes, I know it doesn't have the the Mutopia ID # from the footer but | |
% felt it would cause an additional line. The wording for the license | |
% is taken directly from the Creative Commons website. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\version "2.16.1" | |
% Simplicity v2 | |
% An attempt to reduce bulk of the Mutopia copyright tag | |
% Glen Larsen | |
% Wed Feb 20 09:50:55 2013 | |
% | |
% Yes, I know it doesn't have the the Mutopia ID # from the footer but | |
% felt it would cause an additional line. The wording for the license | |
% is taken directly from the Creative Commons website. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# An example of retrieving available LilyPond compiler scripts for a | |
# given version. | |
# | |
# This script determines the target compiler name for your processor | |
# (see lycompiler_name) then access the LilyPond download site to find | |
# the available installation scripts. These are retrieved in a | |
# dictionary with the version string as keys and the associated script | |
# url as values. | |
# | |
# Requires BeautifulSoup and requests. The recommended setup for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This gist just takes projects.html-in apart and serves as an example | |
# of BeautifulSoup | |
from bs4 import BeautifulSoup | |
# This will have to be modified to point to your input file | |
projects = '/home/glenl/work/mpweb/html-in/projects.html-in' | |
# The separator of the list items | |
projsep = ' - ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
CHANGED_PIECES=" \ | |
ftp/AbtF/swallows/ \ | |
ftp/AdamsS/bluemtns/ \ | |
ftp/AscherJ/alice/ \ | |
ftp/BachJS/BWV1056/arioso/ \ | |
ftp/BachJS/BWV248/Bach_BrichAn/ \ | |
ftp/BachJS/BWV277/Bach_ChristLag/ \ | |
ftp/BishopHR/homeshome/ \ |