From a42df22b178c1d09e03129a51703c4b9e8d8d8fd Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 10 May 2005 12:58:04 +0000 Subject: [PATCH] Added example of 5/8 auto-beaming. --- ChangeLog | 7 +++++++ Documentation/user/advanced-notation.itely | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 244372ccee..869bf4e406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-10 Graham Percival + + * Documentation/user/basic-notation.itely: add @ref. + + * Documentation/user/advanced-notation.itely: add example + of 5/8 beaming. + 2005-05-10 Han-Wen Nienhuys * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 83c81da212..de1e0eb7e6 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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} -- 2.39.5