bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2203 in lilypond: Patch: separate narrowed accidentals


From: lilypond
Subject: Re: Issue 2203 in lilypond: Patch: separate narrowed accidentals
Date: Wed, 11 Jan 2012 12:41:42 +0000


Comment #15 on issue 2203 by address@hidden: Patch: separate narrowed accidentals
http://code.google.com/p/lilypond/issues/detail?id=2203

Janek, you must add accurate boxes for the new accidentals before pushing this, otherwise the natural and flat will get poor positioning in sixths.

\version "2.15.25"

\relative c'' {
  <ces as'>2^"default"
  <c a'>
  \override Accidental #'glyph-name-alist =
  #'((0 . "accidentals.natural.narrow")
     (-1/2 . "accidentals.flat.narrow")
     (1/2 . "accidentals.sharp.narrow"))
  <ces as'>2^"narrow"
  <c a'>
}



Attachments:
        sixths.png  3.9 KB




reply via email to

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