]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner-scaled.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / trill-spanner-scaled.ly
diff --git a/input/regression/trill-spanner-scaled.ly b/input/regression/trill-spanner-scaled.ly
new file mode 100644 (file)
index 0000000..7c50c65
--- /dev/null
@@ -0,0 +1,22 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+The horizontal position of the beginning of a trill spanner is 
+positioned correctly relative to the note head it is attached to,
+even if scaled to a smaller size.
+"
+}
+
+<<
+  \new Staff \with {
+    fontSize = #-6
+    \override StaffSymbol #'staff-space = #(magstep -6)
+  }
+  \relative c' {
+    c1\startTrillSpan | c\stopTrillSpan |
+  }
+  \new Staff \relative c' {
+    c1\startTrillSpan | c\stopTrillSpan |
+  }
+>>