]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Manual repeat commands): add
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jan 2003 20:59:55 +0000 (20:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jan 2003 20:59:55 +0000 (20:59 +0000)
note about font selection.

ChangeLog
Documentation/bibliography/computer-notation.bib
Documentation/user/refman.itely
NEWS
THANKS
lily/beam-quanting.cc
lily/beam.cc

index bfa626efe380f7bd381f123b51d40cf41b522c2b..78a91147e263d1bb2f050478fd1ff776791bc27c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Manual repeat commands): add
+       note about font selection.
+
 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond-mode.el: propose recompiling midi while invoking playing,
index 7f60599f76b2646725cd03d8381c147b6395ff5c..4e6d7801dc7f14e82ae1d8ae173ab67b9b2be945 100644 (file)
   title = {Music Notation by Computer},
   author = {Donald Byrd},
   school = {Indiana University},
+
+note = {Describes the SMUT (sic) system for automated music printout.}
+
 }
 
+
+
 @Article {byrd74,
   year =  {1974},
   title = {A System for Music Printing by Computer},
@@ -133,7 +138,7 @@ representation is rather vague. HWN}
   year =        1993,
   volume =      17,
   number =      3,
-
+  url = {http://citeseer.nj.nec.com/52890.html},
   note = {The title says it all.  This article does not make any
 statements, it points to some problems and solutions with music
 representation. HWN},
@@ -191,7 +196,7 @@ note = {A no-science-here review of Encore. HWN}
 @PhdThesis {gomber75,
   year =  {1975},
   title = {A Computer-Oriented System for Music Printing},
-  author = {David A Gomberg},
+  author = {David A. Gomberg},
   school = {Washington University},
 }
 
@@ -347,7 +352,7 @@ year = 1997,
   totalentry = {OSU-CISRC-10/87-TR29},
   institution ={Department of Computer and Information Science, The Ohio State University},
 }
-
 
 @TechReport {gourlay87-formatting,
 note = {This paper discusses the development of algorithms for the
@@ -503,7 +508,7 @@ surprising that LilyPond is more mature.
   journal= {Electronic Publishing},
   volume={6},
   number={4}, pages = {507--518},
-
+  url={http://citeseer.nj.nec.com/512957.html},
 }
 
 
@@ -682,7 +687,23 @@ rules.  Same remarks as for \cite{grover89-twovoices} applies} }
   author =      {Michael Droettboom},
   title =       {Study of music Notation Description Languages},
   year =        2000,
-url= {http://gigue.peabody.jhu.edu/~mdboom/format.pdf},
-annote ={Author compares GUIDO and lilypond. LilyPond wins on practical issues as usability and availability of tools, GUIDO wins on implementation simplicity.}
+  url= {http://gigue.peabody.jhu.edu/~mdboom/format.pdf},
+
+  annote ={Author compares GUIDO and lilypond. LilyPond wins on practical issues as usability and availability of tools, GUIDO wins on implementation simplicity.
+
+--HWN.}
+}
+
+@InBook{powell02:_music,
+  author =      {Steven Powell},
+  title =       {Music engraving today},
+  publisher =   {Brichtmark},
+  year =        2002,
+  annote =      {
+
+A "How Steven uses Finale" manual.
+
+--HWN.
+}
 }
 
index 6ee35ce7a37e2bf0bce17d9812291a0fb7328a5d..0518ae43ece9135ed4f23c580fc8c5e35ae66d70 100644 (file)
@@ -2409,9 +2409,11 @@ command can be
 @item 'end-repeat
  Print a :| bar line
 @item (volta . @var{text})
- Print a volta bracket saying @var{text} (the text can be specified
- as a text string or as a markup text, see @ref{Text markup}).
-@item (volta . #f)
+ Print a volta bracket saying @var{text}. The text can be specified as
+a text string or as a markup text, see @ref{Text markup}. Do not
+forget to change the font, as the default number font does not contain
+alphabetic characters.
+@item (volta . #f) 
  Stop a running volta bracket
 @end table
 
diff --git a/NEWS b/NEWS
index 42e668e58f2aeb53a537d0bcfa0898871df44aef..ca88064b7c2ce584e834e2bfdbb563b64b9dfe73 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ for a beamed slurred pair of eighth notes.
 
 ** XML music output.
 
-
+** Friendly  chord-name exception entry.
 
 * OUTPUT
 
@@ -41,6 +41,8 @@ for a beamed slurred pair of eighth notes.
 * Completely rewritten text formatting support. It is implemented in a
 completely modular way.
 
+** Better chord names. 
+
 ** Texts on multimeasure rests can be set by the user.
 
 ** Zigzagged glissandi
diff --git a/THANKS b/THANKS
index 6a90e7a25de951e056793a3e03c6823b3610cd79..29be325d19515c4f7189a1f98d61286eca50a8f0 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -6,6 +6,7 @@ Rune Zedeler
 Jeremie Lumbroso
 Juergen Reuter
 Kim Shrier
+Heikki Junes
 
 
 BUG HUNTERS
index a26b09c3701b7750fee2b8264a72751d03e28118..64f63e9e2178e511e44011710f37c19142f5cd1b 100644 (file)
@@ -373,8 +373,8 @@ Beam::score_forbidden_quants (Real yl, Real yr,
       /*
        Can't we simply compute the distance between the nearest
        staffline and the secondary beam? That would get rid of the
-       silly case analysis here (which is probably not when we have
-       different beam-thicknesses.)
+       silly case analysis here (which is probably not valid when we
+       have different beam-thicknesses.)
 
        --hwn
        */
index c675c0c05276330e151c6514d5676e25be5260f2..a0cd21fb3fdc3239626b9947e552307c9252e5c8 100644 (file)
@@ -98,6 +98,10 @@ Beam::get_beam_count (Grob *me)
   return m;
 }
 
+
+/*
+  Space return space between beams.
+ */
 MAKE_SCHEME_CALLBACK (Beam, space_function, 2);
 SCM
 Beam::space_function (SCM smob, SCM beam_count)
@@ -778,6 +782,10 @@ Beam::after_line_breaking (SCM smob)
   return SCM_UNSPECIFIED;
 }
 
+
+/*
+  Compute  a first approximation to the beam slope.
+ */
 MAKE_SCHEME_CALLBACK (Beam, least_squares, 1);
 SCM
 Beam::least_squares (SCM smob)
@@ -1068,9 +1076,13 @@ Beam::check_concave (SCM smob)
       concave *= dir;
       concaveness2 = concave / (stems.size () - 2);
       
-      /* ugh: this is the a kludge to get
-        input/regression/beam-concave.ly to behave as
-        baerenreiter. */
+      /*
+
+      ugh: this is the a kludge to get
+      input/regression/beam-concave.ly to behave as
+      baerenreiter.
+
+      */
 
       /*
        huh? we're dividing twice (which is not scalable) meaning that