lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add pitch name text all notes


From: Dmytro O. Redchuk
Subject: Re: Add pitch name text all notes
Date: Mon, 17 Nov 2008 10:41:32 +0200

2008/11/16 今井雄治 <address@hidden>:
> Dear users.
>
> i want to add pitch name (also octave) text all notes,
> like following:
>
>       |
>  |    |   o
>  |   o   |
>  o        |
> e4   g4   c5
[...]

> Any ideas?
Mmm... There was NoteNames context, wasn't it?

Now i can not find it in "Bottom-level contexts - voices" (NR 5.1.1)

This works with 2.11.43:

melody = \relative c' {
 c4 b c d c b c2
}

{
 \new Score <<
  \new Voice { \melody }
  \new NoteNames { \melody }
 >>
}

There will be no durations.

--
Dmytro O. Redchuk

reply via email to

[Prev in Thread] Current Thread [Next in Thread]