%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.16.0" \header { lsrtags = "rhythms" texidoc = " There are no default automatic beam groupings specified for 7/8 time, so if automatic beams are required the grouping must be specified using beatStructure. For example, to group all beams 2-3-2 in 7/8 time, specify beam endings at 2/8 and 5/8: " doctitle = "Beam grouping in 7/8 time" } % begin verbatim \relative c'' { \time 7/8 % rhythm 2-3-2 a8 a a a a a a \set Score.beatStructure = #'(2 3 2) a8 a a a a a a }