]> 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 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
index 8408b2c83ced71eb7c7951ca7369adde3e5e8d9b..515388bb9ae26346831f26233586969f77f24fa7 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.49"
 
 \header {
   lsrtags = "rhythms"
@@ -21,8 +21,6 @@ changes the beaming to quarter note beats.
 %              _   _
 % Required    | | | |
 
-% The good way adapted from David Bobroff
-
 % macro for beamed two per two in 2/2 and 4/4 time signature
 qBeam = {
   #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
@@ -34,15 +32,15 @@ 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^\markup { without the macro } g g g g g g g
+      g8 g g g4 g8 g g
     }
     %Use the macro
     \new Staff \relative c'' {
       \time 4/4
       \qBeam
-      g8^\markup { with the macro } g g g g g g g |
-      g g g g4 g8 g g |
+      g8^\markup { with the macro } g g g g g g g
+      g8 g g g4 g8 g g
     }
   >>
   \layout {