Index: input/regression/tuplet-number-outside-staff-positioning.ly |
diff --git a/input/regression/tuplet-number-outside-staff-positioning.ly b/input/regression/tuplet-number-outside-staff-positioning.ly |
new file mode 100644 |
index 0000000000000000000000000000000000000000..702535200c371f862a2f8295d017087b4bb14529 |
--- /dev/null |
+++ b/input/regression/tuplet-number-outside-staff-positioning.ly |
@@ -0,0 +1,17 @@ |
+\version "2.17.0" |
+ |
+\header { |
+ |
+ texidoc = "Grobs whose parents have @code{outside-staff-priority} set |
+should figure into the vertical skyline of the @code{VerticalAxisGroup} |
+such that grobs with a higher @code{outside-staff-priority} are correctly |
+positioned above them. |
+" |
+ |
+} |
+ |
+\relative c'' { |
+ \override TupletBracket #'outside-staff-priority = #1 |
+ \override TupletNumber #'font-size = #5 |
+ \times 2/3 { a4\trill a\trill^"foo" a\trill } |
+} |