]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/subdividing-beams.ly
Doc-es: update Learning/Tweaks.
[lilypond.git] / Documentation / snippets / subdividing-beams.ly
index b15e1b1dfa938da128c6621329961b126226a265..e73800041a1c51cefa92f9bbfd3f26e078b66151 100644 (file)
@@ -33,6 +33,7 @@ changed to match the new @code{baseMoment}:
   doctitle = "Subdividing beams"
 } % begin verbatim
 
+
 \relative c'' {
   c32[ c c c c c c c]
   \set subdivideBeams = ##t
@@ -57,5 +58,5 @@ changed to match the new @code{baseMoment}:
   \set baseMoment = #(ly:make-moment 1/8)
   \set beatStructure = #'(2 2 2 2)
   c32[ c c c c] r16.
-
-} % begin verbatim
+  r2
+}