summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorMike Solomon <mike@apollinemike.com>2012-09-05 00:52:19 +0200
committerMike Solomon <mike@apollinemike.com>2012-09-05 00:52:19 +0200
commit11a21e9285f06006e10ca84ba6d7319e72d38d85 (patch)
tree800b0718ebddb76d961f9b29aa4b1e1455659800 /input
parent32bbd3a473244d255f8b713516c008a5d3ec6cb4 (diff)
LedgerLineSpanner included in vertical skylines of VerticalAxisGroup.
An elements grob array was erroneously being created for the LedgerLinesSpanner. This has been eliminated, which now means that its stencil can be used to calculate its vertical skylines.
Diffstat (limited to 'input')
-rw-r--r--input/regression/ledger-lines-dynamics.ly10
1 files changed, 10 insertions, 0 deletions
diff --git a/input/regression/ledger-lines-dynamics.ly b/input/regression/ledger-lines-dynamics.ly
new file mode 100644
index 0000000000..a6e2d80c4c
--- /dev/null
+++ b/input/regression/ledger-lines-dynamics.ly
@@ -0,0 +1,10 @@
+\version "2.17.2"
+
+\header {
+ texidoc = "Dynamics and other outside staff objects avoid ledger lines.
+"
+}
+
+\relative c' {
+ f16\pp[ c d e ] r2. |
+}