]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/permitting-line-breaks-within-beamed-tuplets.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / permitting-line-breaks-within-beamed-tuplets.ly
index 314976cf2d37a9a8008addbb360b64ff6ca00ac8..a8cc75f9d0b220a5b8e20e1d46e7617d592b0d51 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.12.0"
+\version "2.12.3"
 
 \header {
   lsrtags = "rhythms"
@@ -44,9 +44,10 @@ 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
 }
+