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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to