2011/7/23 Br. Athanasius Pelletier
> I need to get the letters for the chords above certain notes in the example
> below. I thought of using markup but I don't know if I can get sharp or flat
> symbols.
You can have any symbol from Feta music font inside markup. Search
for "musical notation i
I figured it out.
The regular rests wouldn't work (r4, 48, etc.) so I used spacer rests (s4,
s8, etc.) and added those << thingys.
\score {
<<
\chords { s2 s4 f\breve s2 s4 bf\breve s2 d:m}
\new Staff \with { \remove "Time_signature_engraver" }
{
\key c \major
\set Staff.instrumentNa
I don't want the notes to be chords because the notes are chanted as they
are. An organ will accompany the chanting and play the chords that I want
to indicate above certain notes. Also, how would I insert a rest? All I
get when I try your example is a N.C.
On Fri, Jul 22, 2011 at 8:26 PM, Chr
On 07/22/2011 08:14 PM, Br. Athanasius Pelletier wrote:
> I need to get the letters for the chords above certain notes in the
> example below. I thought of using markup but I don't know if I can
> get sharp or flat symbols. I want "F" above the first f breve, a "B
> flat(symbol)" above the second
I need to get the letters for the chords above certain notes in the example
below. I thought of using markup but I don't know if I can get sharp or
flat symbols. I want "F" above the first f breve, a "B flat(symbol)" above
the second F breve and "D min." above the last D.
Thanks
\version "2.14.