lilypond-user
[Top][All Lists]
Advanced

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

NoteNames, how do I change language and spacing


From: Kevin Dalley
Subject: NoteNames, how do I change language and spacing
Date: Thu, 01 Mar 2007 17:17:03 -0800
User-agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux)

I'm using NoteNames for some demos.  There are 2 items I want to
change.

1.  I'm including english.ly, but "as" is output as "ais".  Is it
possible to change the language?

2. "ais" and "b" are right next to each other.  With lyrics, I can
change spacing.  Is this possible with NoteNames?


\version "2.10"
\include "english.ly"
scalesAll = \relative {
  a, as b c cs d ds e f fs g gs
  a as b c cs d ds e f fs g gs
  a as b c cs d ds e f fs g gs
  a
}


\new Staff \with {
}
{
<<
  \time 4/4
  \scalesAll
  \context NoteNames {
    \set printOctaveNames= ##f
    \scalesAll
  }
>>
}




reply via email to

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