Skip to content

This repo contains musical arangments, lead sheets, and chords for songs that I am playing where I cannot easily find a good or printable copy online.

Notifications You must be signed in to change notification settings

driechers/music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Music

This repository contains source to render the songs that I have worked on or am working on where I could not find a version that I liked.

Lilypond

ly files can be compiled using lilypond the compilation is very simple:

lilypond foo.ly

I usually setup my lilypond files to output midi files as well as the default pdfs.

Chord pro

cho files can also be compiled easily using chordii. I usually use the G option unless I'm playing the song with a guitar. chordPRO tip: (www.chordie.com) provivdes their chord pro files for free. Althogh they aren't always formatted correctly or correct.

chordii -G foo.cho > foo.ps

If you want to be a crazy hacker you can use netcat to talk to your printer

chordii -G foo.cho | nc 192.168.1.20 9100

About

This repo contains musical arangments, lead sheets, and chords for songs that I am playing where I cannot easily find a good or printable copy online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published