]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/permitting-line-breaks-within-beamed-tuplets.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / permitting-line-breaks-within-beamed-tuplets.ly
index c2d43d501c5ded4736ac219728abf7f5dc616fbc..2532c9aca9a4f126c7ecfe6e5df05c4eb3769bd5 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.64"
+\version "2.13.0"
 
 \header {
   lsrtags = "rhythms"
@@ -44,9 +44,9 @@ tuplets have to be beamed manually.
 }
 \relative c'' {
   a8
-  \repeat unfold 8 { \times 2/3 { c[ b a] } }
+  \repeat unfold 5 { \times 2/3 { c[ b a] } }
   % Insert a manual line break within a tuplet
   \times 2/3 { c[ b \bar "" \break a] }
-  \repeat unfold 2 { \times 2/3 { c[ b a] } }
+  \repeat unfold 5 { \times 2/3 { c[ b a] } }
   c8
 }