lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: improving cheatsheet appearance


From: Graham Percival
Subject: Re: improving cheatsheet appearance
Date: Wed, 17 Jun 2009 00:59:38 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Jun 16, 2009 at 11:25:36PM -0700, Mark Polesky wrote:
> 
> In cheatsheet.itely
> 
> I propose changing line 70 (in "time signature") from
> \override Staff.Clef #'transparent = ##t
> to
> \override Staff.Clef #'stencil = #empty-stencil

This is easy enough; I'll do that tomorrow morning.

> Also, in "key signature" (lines 95-102), 
> the auto-generated \paper block is
> 
> \paper {
>   #(define dump-extents #t)
> 
>   indent = 0\mm
>   ragged-right = ##t
>   force-assignment = #""
>   line-width = #(- line-width (* mm  3.000000))
> }
> but looks better as 
> 
> \paper {
>   #(define dump-extents #t)
>   
>   indent = 0\mm
>   left-margin = 20\mm
>   ragged-right = ##f
>   force-assignment = #""
>   line-width = 15\mm
> }

That's a lot trickier, and I'm not convinced it would be worth it.
OTOH, the cheatsheet is a fairly small file, so there's no harm in
fiddling with those values.  And since we're not printing these
out verbatim, we coudl add a \paper{} in the code itself.

ok, I've convinced myself that it's at least worth trying these
new values and taking a look.  :)

Cheers,
- Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]