]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added example of 5/8 auto-beaming.
authorGraham Percival <graham@percival-music.ca>
Tue, 10 May 2005 12:58:04 +0000 (12:58 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 10 May 2005 12:58:04 +0000 (12:58 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index 244372ccee8298afd3eb5b247e5da2de9ede5a82..869bf4e406145a27ebe3d96aea187e0c68d47509 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-10  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/basic-notation.itely: add @ref.
+
+       * Documentation/user/advanced-notation.itely: add example
+       of 5/8 beaming.
+
 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
index 83c81da212a03a26ebeb623382dde73cc663adf9..de1e0eb7e61cb42008e98017e0ccab34f10c6923 100644 (file)
@@ -2216,6 +2216,18 @@ shortest note they contain.  For a beam ending rule that only applies
 to beams with 32nd notes (and no shorter notes), use @code{(end 1 32 *
 *)}.
 
+For example,
+
+@lilypond[quote,raggedright,relative=2,fragment,verbatim]
+\time 5/8
+#(override-auto-beam-setting '(end * * 5 8) 2 8)
+c8 c d d d
+\time 4/4
+e8 e f f e e d d
+\time 5/8
+c8 c d d d
+@end lilypond
+
 @cindex automatic beam generation
 @cindex autobeam
 @cindex @code{autoBeaming}