lilypond-user
[Top][All Lists]
Advanced

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

Re: It is possible to add the note name below the note symbol ?


From: Dimitrios Glentadakis
Subject: Re: It is possible to add the note name below the note symbol ?
Date: Wed, 28 Dec 2011 19:57:51 +0100
User-agent: KMail/1.13.7 (Linux/2.6.38.8-desktop-9.mga; KDE/4.6.5; x86_64; ; )

Στις Τετάρτη 28 Δεκέμβριος 2011 09:37:20 Nick Payne γράψατε:
> On 28/12/11 18:02, Glen Larsen wrote:
> > The snippets repository is your friend. A search for "note names" gave 
> > several hits, including
> >
> > http://lsr.dsi.unimi.it/LSR/Item?id=672
> >
> > -glen
> >
> > On 12/27/2011 10:14 PM, Dimitrios Glentadakis wrote:
> >> I 'd like to add the note name below the symbol, is this possible, 
> >> automatically or manually ?
> 
> Or you can use \easyHeadsOn and the note name is positioned within the 
> notehead...
> 
> \version "2.15.20"
> 
> #(set-global-staff-size 30)
> 
> \relative c' {
>      \easyHeadsOn
>      c4 d e f g a b c
>      c,2 d e f g a b c
> }
> 
> 

Ok i add this in each header of each instrument and it shows the notes names

How can i use the snippets repository? I did nt understand what to do with eg 
the:

scale = \relative c' {
  a4 b c d
  e4 f g a
}

\new Staff {
  <<
    \scale
    \context NoteNames {
      \set printOctaveNames = ##f
      \scale
    }
  >>
  R1
  <<
    \scale
    \context NoteNames {
      \set printOctaveNames = ##t
      \scale
    }
  >>
}


from :
http://lsr.dsi.unimi.it/LSR/Item?id=672

-- 
Dimitrios Glentadakis



reply via email to

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