lilypond-devel
[Top][All Lists]
Advanced

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

Re: "arabic.ly" include file for Arabic music


From: Neil Puttock
Subject: Re: "arabic.ly" include file for Arabic music
Date: Thu, 10 Jul 2008 21:55:41 +0100

2008/7/10 Graham Percival <address@hidden>:
> There's one typo: "acceidentals".  Other than that, looks good to
> me -- Han-Wen, may I commit?

A few suggestions if I may:

- the file should be called arabic-init.ly, like makam-init.ly.

- the example at the top of the file should be changed to use Italian
note names (and shouldn't set \dwn on a sharp note)

- it shouldn't mention version 2.10 since it adds a new feature to the
latest release

- for the custom accidental, there's a nicer slash (with rounded
edges) available in the form of the acciaccatura slash. Here's a new
version of \dwn which also gets rid of the 'text override using
grob-interpret-markup:

dwn = {
  \once \override Voice.Accidental #'stencil = #(lambda (grob)
   (ly:stencil-combine-at-edge
    (ly:accidental-interface::print grob) Y UP
    (grob-interpret-markup grob (markup #:line
          (#:fontsize -1 (#:musicglyph "flags.ugrace")))) -1.3 0))
}

Regards,
Neil




reply via email to

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