lilypond-user
[Top][All Lists]
Advanced

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

Re: text inside the staff close to the notes


From: Marc Mouries
Subject: Re: text inside the staff close to the notes
Date: Mon, 13 Dec 2010 21:10:27 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7

On 12/13/2010 5:54 PM, address@hidden wrote:
Yup!

\version "2.13.43"

\relative c'' {
\override Stem #'transparent = ##t
\override NoteHead  #'stencil = #ly:text-interface::print
\once \override NoteHead #'text = \markup { A }
a
\once \override NoteHead #'text = \markup { B }
b
}

You'll have to do a fair bit of tweaking to get the right size and placement...

Cheers,
Mike

On Dec 13, 2010, at 5:36 PM, Marc Mouries wrote:

I am wondering if it is possible to write text inside the staff close to the notes or without the notes like in the attached image to show the name of the notes.

<Mail Attachment.bmp>

-Marc

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

    
thanks Mike that's helpful. This is really bizarre that making the stem transparent moves the name of the note up.
This code
\score {
  \relative c'' {
    \time 7/2
    \easyHeadsOn
    \override Stem #'transparent = ##t
    \override NoteHead  #'stencil = #ly:text-interface::print
    \once \override NoteHead #'text = \markup {  {A}}     a
    \once \override NoteHead #'text = \markup {  {B}}     b
    \once \override NoteHead #'text = \markup {  {C}}     c
    \once \override NoteHead #'text = \markup {  {D}}     d
    \once \override NoteHead #'text = \markup {  {E}}     e
    \once \override NoteHead #'text = \markup {  {F}}     f
    \once \override NoteHead #'text = \markup {  {G}}     g
    \once \override NoteHead #'text = \markup {  {A}}     a
  }
}
gave me:



 

reply via email to

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