Browse Source

Merge branch 'master' of github.com:patacrep/patacrep

pull/54/head
Louis 10 years ago
parent
commit
d64d52c1ed
  1. 2
      patacrep/content/song.py
  2. 11
      patacrep/data/examples/songs/_lilypond/header

2
patacrep/content/song.py

@ -52,7 +52,7 @@ def parse(keyword, argument, contentlist, config):
Return a list of SongRenderer() instances.
"""
if 'languages' not in config:
if '_languages' not in config:
config['_languages'] = set()
songlist = []
for songdir in config['_songdir']:

11
patacrep/data/examples/songs/_lilypond/header

@ -1,12 +1,9 @@
#(use-modules (guile-user))
\version "2.14.2"
\paper
{
make-header=##f
%make-footer=##f
oddFooterMarkup = \markup { \fill-line {} }
page-top-space = 0\cm
make-footer=##f
head-separation = 0\cm
foot-separation = 0\cm
@ -17,10 +14,6 @@
indent = 0\cm
between-system-padding = 0\cm
paper-width = 7.5\cm
line-width = 7\cm
paper-height = 1\cm
}
#(set-global-staff-size 12)
#(set-global-staff-size 12)
Loading…
Cancel
Save