From: fred Date: Tue, 26 Mar 2002 22:43:30 +0000 (+0000) Subject: lilypond-1.3.6 X-Git-Tag: release/1.5.59~1985 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=39a2ea434e5a94bf3ccd1da431d91479ad724bac;p=lilypond.git lilypond-1.3.6 --- diff --git a/Documentation/topdocs/README.texi b/Documentation/topdocs/README.texi index f31af066a1..eeb64dca85 100644 --- a/Documentation/topdocs/README.texi +++ b/Documentation/topdocs/README.texi @@ -38,9 +38,11 @@ The real documentation is the directory Documentation/ If you want to read the documentation online, these are options: @itemize @bullet -@item use @file{.html}. Refer to INSTALL.txt for info on how to make the -.html documentation. -@item use @file{.html}. Point your browser to + +@item use HTML. Refer to INSTALL.txt for information +on how to make the HTML documentation. + +@item use HTML. Point your browser to @uref{http://www.cs.uu.nl/~hanwen/lilypond/index.html}. @item use @file{.dvi}, for the tutorial and reference manual. Do @@ -48,7 +50,9 @@ If you want to read the documentation online, these are options: make -C Documentation/user/ dvi @end example - +You need a working LilyPond binary to create the DVI sources . + + @item use ASCII. Do using @example make -C doc diff --git a/input/bugs/abe.ly b/input/bugs/abe.ly new file mode 100644 index 0000000000..a0622989a1 --- /dev/null +++ b/input/bugs/abe.ly @@ -0,0 +1,18 @@ + +% Generated by mudela-book.py; options are +\include "paper16.ly" +\paper { linewidth = 390.000000 \pt; } + +\score { + \notes \relative c'' { + a\longa a\breve + a1 a2 a4 a8 a16 a32 a64 a64 + } + \paper { + \translator { + \StaffContext + \remove "Clef_engraver"; + \remove "Staff_symbol_engraver"; + } + } +} diff --git a/ly/params.ly b/ly/params.ly index 8e6f1832a7..581520e325 100644 --- a/ly/params.ly +++ b/ly/params.ly @@ -13,6 +13,10 @@ stafflinethickness = \interline / 10.0; % urg, need grace_ versions of these too? beam_thickness = 0.52 * (\interline - \stafflinethickness); + +#'beam-thickness = \beam_thickness; %% UGR + + interbeam = (2.0 * \interline + \stafflinethickness - \beam_thickness) / 2.0; interbeam4 = (3.0 * \interline - \beam_thickness) / 3.0; @@ -94,6 +98,8 @@ grace_forced_stem_shorten3 = \grace_forced_stem_shorten2; #'slope-quantisation = #'normal #'beam-dir-algorithm = #'majority %urg. +#'Stem_tremolo::beam-width = 1.5 * \quartwidth ; + #'Clef_item::visibility-lambda = #postbreak-only-visibility @@ -298,4 +304,5 @@ Wordwrap =0.0; \include "engraver.ly"; +#'margin-shape = #'()