]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/notehead-height.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / notehead-height.ly
diff --git a/input/regression/notehead-height.ly b/input/regression/notehead-height.ly
new file mode 100644 (file)
index 0000000..badad17
--- /dev/null
@@ -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 "|."
+  }
+}