]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beaming.hh
release: 1.3.41
[lilypond.git] / lily / include / beaming.hh
index 3dcf419bf62d78c541737b96541a1047a1df70cb..06dd19f451a05a5d27683a6469aa80ac8d871bda 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -24,6 +24,10 @@ struct Beaming_info
   Beaming_info ();
 };
 
+/*
+  Generate beaming given durations of notes. Beam uses this to
+  set_beaming () for each of its stems.
+*/
 struct Beaming_info_list
 {
   Array<Beaming_info> infos_;