Re: How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?

2006-05-13 Thread Xiaoyu Ding
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

How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?

2006-05-13 Thread Xiaoyu Ding
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

I'm having problem coloring notes

2006-05-09 Thread Xiaoyu Ding
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