Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(418)

Unified Diff: input/regression/tuplet-nest-broken.ly

Issue 4808082: Prevents nested tuplets from colliding. (Closed)
Patch Set: issue 1855 rebased against current master Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « input/regression/tuplet-nest.ly ('k') | lily/include/tuplet-bracket.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tuplet-nest-broken.ly
diff --git a/input/regression/tuplet-nest-broken.ly b/input/regression/tuplet-nest-broken.ly
new file mode 100644
index 0000000000000000000000000000000000000000..06e105c207037ce47dda08dcd27c311ccb85d300
--- /dev/null
+++ b/input/regression/tuplet-nest-broken.ly
@@ -0,0 +1,53 @@
+
+\version "2.15.9"
+
+\header {
+ texidoc = "Broken nested tuplets avoid each other correctly.
+"
+}
+
+\paper {
+ ragged-right = ##t
+ indent = 0.0
+}
+
+\score {
+ \new Staff
+ <<
+ \relative c'' {
+ \override Score . Beam #'breakable = ##t
+
+ r2
+
+ \times 4/3 {
+ \times 2/3 { c8[ c c] }
+ \times 2/3 { c8[ c c] }
+ \times 2/3 { c8[ c c] }
+ }
+
+ \times 4/3 {
+ \times 2/3 { a8[ a a] }
+ \times 2/3 { a8[ a a] }
+ \times 2/3 { a8[ a a] }
+ }
+
+ \override TupletNumber #'text = #tuplet-number::calc-fraction-text
+ \times 4/6 {
+ \times 2/3 {
+ a4 a a
+ }
+ \times 3/5 {
+ a4 a a a a
+ }
+ a4
+ }
+ r2
+ }
+ { \repeat unfold 3 { s1 \break } }
+ >>
+ \layout {
+ \context {
+ \Voice \remove Forbid_line_break_engraver
+ }
+ }
+}
« no previous file with comments | « input/regression/tuplet-nest.ly ('k') | lily/include/tuplet-bracket.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b