diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2001-04-05 00:11:57 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2001-04-05 00:11:57 +0200 |
commit | 68a168bff1fec7f8011b2afa82d4fc89182c4bf7 (patch) | |
tree | 29d19dae59cbf0e2211472f461790a307dbec230 /ly/paper13.ly | |
parent | 452fce3d93d6caa5670f39835fa62749ed609c8e (diff) |
release: 1.3.146
============
* Make and ly2dvi fixes.
* Made feta-timesig C a bit rounder.
* Included flat autogenerated list of grob interfaces into refman.
* Moved Rest_engraver to ThreadContext.
* Documentation updates.
* Bugfix: package-diff: remove all out-?.* dirs.
* Preliminary tutorial fixes.
* Ly2dvi:
- keep .dvi output when making .ps.
- name latex wrapper for foo.ly: foo.latex
- keep .tex and .latex output if latex fails
- keep .dvi output if dvips fails
- replaced --outdir option with --output=FILE option, where FILE
may include directories
- enhancements and fixes
* Typo fix: clean-fonts
* Bugfixes: lilypond-login.sh
* Tutorial and refman fixes (Mats)
1.3.145.h
Diffstat (limited to 'ly/paper13.ly')
-rw-r--r-- | ly/paper13.ly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ly/paper13.ly b/ly/paper13.ly index e5d03d652d..445c37e929 100644 --- a/ly/paper13.ly +++ b/ly/paper13.ly @@ -1,13 +1,13 @@ % paper13.ly -\version "1.3.120"; +\version "1.3.146" paperThirteen = \paper { - staffheight = 13.0\pt; + staffheight = 13.0\pt \stylesheet #(make-style-sheet 'paper13) - \include "params.ly"; + \include "params.ly" } \paper { \paperThirteen } |