X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fstrict-beat-beaming.ly;fp=Documentation%2Fsnippets%2Fstrict-beat-beaming.ly;h=68779a8b4d36f669a3c8ae962e85da812fbd6800;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/strict-beat-beaming.ly b/Documentation/snippets/strict-beat-beaming.ly new file mode 100644 index 0000000000..68779a8b4d --- /dev/null +++ b/Documentation/snippets/strict-beat-beaming.ly @@ -0,0 +1,29 @@ +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.15.28 +\version "2.16.0" + +\header { + texidoc = " +Beamlets can be set to point in the direction of the beat to which they +belong. The first beam avoids sticking out flags (the default); +the second beam strictly follows the beat. +" + + doctitle = "Strict beat beaming" + + lsrtags = "rhythms" +} % begin verbatim + + + +\relative c'' { + \time 6/8 + a8. a16 a a + \set strictBeatBeaming = ##t + a8. a16 a a +}