]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/permitting-line-breaks-within-beamed-tuplets.ly
LSR: Update.
[lilypond.git] / input / lsr / permitting-line-breaks-within-beamed-tuplets.ly
index 314976cf2d37a9a8008addbb360b64ff6ca00ac8..cb9b9727d6ad7d82e0a20c7902ef469f449fd4ef 100644 (file)
@@ -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
 }