1\version "2.21.0"
2\header {
3
4  texidoc = " A dotted whole note displayed via the @code{\\note}
5  command must separate the note head and the dot. The dot avoids the upflag."
6
7	}
8
9\relative {
10  c'4^\markup { \note {1.} #1 }
11  c4^\markup { \note {2.} #1 }
12  c4^\markup { \note {8.} #1 }
13}
14