]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.6
authorfred <fred>
Tue, 26 Mar 2002 22:43:30 +0000 (22:43 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:43:30 +0000 (22:43 +0000)
Documentation/topdocs/README.texi
input/bugs/abe.ly [new file with mode: 0644]
ly/params.ly

index f31af066a1042910aa365f2a7b94ecd28e4fd903..eeb64dca85a1c8e303deffed4a7d9449a268f353 100644 (file)
@@ -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 (file)
index 0000000..a062298
--- /dev/null
@@ -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";
+    }
+  }
+}
index 8e6f1832a70e8a710911b937fcd5ef627584068a..581520e325229b2976cf0a9d8ea3780a0e2b3675 100644 (file)
@@ -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 = #'()