Thanks for your reply.
I tried octave check but it simply does not print out the note which I wanted
to be in absolute pitch.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
In relative mode, is there a simple way to indicate one note is in absolute
mode, not relative to the note before it, and not impact the next note's
position.
For example:
\relative c {
...
...
...
...
}
c' is
Hi,
I saw from your doc that I can color notes using:
\override NoteHead #'color = #red
c4 c
\override Stem #'color = #blue
e
But when I try to color a note using:
4 |
I got an error:
error: syntax error, unexpected \override, expecting DRUM_PITCH or
NOTENAME_PITCH o