Στις Τετάρτη 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to