]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/automatic-beam-subdivisions.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / automatic-beam-subdivisions.ly
index c90b7953efcaa8c547c3dd0a76dc3ee8262fa320..2dbb41df46d9f8aa21ad232322d918d24014f5dc 100644 (file)
@@ -1,13 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: rhythms
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "rhythms"
+ texidoc = "
 Lilypond can subdivide beams automatically. Set the property
 subdivideBeams, and beams are subdivided at beat positions (as
 specified in beat length)
 " }
-
+% begin verbatim
 \relative{ b'32^"default"[ a g f c' b a g f e d' c b a g f ]
               \set subdivideBeams = ##t
               b32^"subdivision enabled"[ a g f c' b a g f e d' c b a g f ]