]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/notehead-height.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / notehead-height.ly
1 \version "2.19.38"
2
3 \header {
4   texidoc="
5 Noteheads do not extend above the upper staff line.
6 "
7 }
8
9 \new Voice \with {
10   \override NoteHead.color = #green
11   } {
12   \relative {
13     f'4 a c e \bar "|."
14   }
15 }