lilypond-user
[Top][All Lists]
Advanced

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

Re: Learning LilyPond - Parser permissiveness


From: Vaughan McAlley
Subject: Re: Learning LilyPond - Parser permissiveness
Date: Sat, 4 Jan 2014 21:27:04 +1100

On 4 January 2014 20:12, Colin Tennyson <address@hidden> wrote:
> ficta = { \once \set suggestAccidentals = ##t }

(Slightly OT): You may be interested in my slightly modified \ficta...

+++++++++++++++++++++++++++++++++++++
\version "2.18.0"
\language "english"
ficta = {
  \once \set suggestAccidentals = ##t
  \once \accidentalStyle "dodecaphonic" % second & subsequent
accidentals in a bar will be printed
}

\relative c'' {
  b8 a a4. \ficta gs16 \ficta fs \ficta gs4
  a1
}



reply via email to

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