summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorCarl Sorensen <carl.d.sorensen@gmail.com>2016-03-05 21:30:46 -0700
committerCarl Sorensen <carl.d.sorensen@gmail.com>2016-03-16 06:03:58 -0600
commit87eb2f9fe1be3a532675fe4b7322bbba5a60ba5c (patch)
treef77e40142ad7e3af57edb0633c984895221fc1ab /input
parent25ff85fa9c580f7763add0b07324b4e9489a7b16 (diff)
Use a negative value of overdone_noteheads to shrink the head slightly
Diffstat (limited to 'input')
-rw-r--r--input/regression/notehead-height.ly15
1 files changed, 15 insertions, 0 deletions
diff --git a/input/regression/notehead-height.ly b/input/regression/notehead-height.ly
new file mode 100644
index 0000000000..a4f28d6b47
--- /dev/null
+++ b/input/regression/notehead-height.ly
@@ -0,0 +1,15 @@
+\version "2.19.38"
+
+\header {
+ texidoc="
+Noteheads do not extend above the upper staff line
+"
+}
+
+\new Voice \with {
+ \override NoteHead.color = #green
+ } {
+ \relative {
+ f'4 a c e \bar "|."
+ }
+}