]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/horizontal-bracket-tweak.ly
resolve merge
[lilypond.git] / input / regression / horizontal-bracket-tweak.ly
diff --git a/input/regression/horizontal-bracket-tweak.ly b/input/regression/horizontal-bracket-tweak.ly
new file mode 100644 (file)
index 0000000..4a7b9a9
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.2"
+
+\header {
+  texidoc = "Horizontal brackets are created with the correct event-cause, ensuring
+tweaks are applied to the correct spanner."
+}
+
+\layout {
+  \context {
+    \Voice
+    \consists "Horizontal_bracket_engraver"
+  }
+}
+
+\relative c' {
+  c1-\tweak #'thickness #6 \startGroup
+  c1\startGroup
+  c1\stopGroup
+  c1\stopGroup
+}