]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
index 9d4c1d4c12b1782db8e8f00b2e1848956bc97174..07d34abfc8817e61683646a8cc809c6c7be19556 100644 (file)
@@ -1,16 +1,20 @@
 %% 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"
+\version "2.11.46"
 
 \header {
   lsrtags = "rhythms"
- texidoc = "
+
+  texidoc = "
 In a simple time signature of 2/2 or 4/4, 8th notes are beamed by
-default as two sets of four. Using a macro which overrides the
-autobeaming behavior, this snippet changes the beaming to quarter note
-beats. 
-" }
-% begin verbatim
+default as two sets of four.
+
+Using a macro which overrides the autobeaming behavior, this snippet
+changes the beaming to quarter note beats. 
+
+"
+  doctitle = "Automatic beams two per two in 4/4 or 2/2 time signature"
+} % begin verbatim
 % Automatic beams two per two in 4/4 or 2/2 time signature
 %              _____
 % Default     | | | |
@@ -20,7 +24,7 @@ beats.
 % The good way adapted from David Bobroff
 
 % macro for beamed two per two in 2/2 and 4/4 time signature
-qbeam= {
+qBeam = {
   #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
   #(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
   #(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff)
@@ -31,14 +35,14 @@ qbeam= {
     \new Staff \relative c'' {
       \time 4/4
       g8^\markup { without the macro } g g g g g g g |
-      g g g g4 g8 g g |
+      g8 g g g4 g8 g g |
     }
     %Use the macro
     \new Staff \relative c'' {
       \time 4/4
-      \qbeam
+      \qBeam
       g8^\markup { with the macro } g g g g g g g |
-      g g g g4 g8 g g |
+      g8 g g g4 g8 g g |
     }
   >>
   \layout {