bug-lilypond
[Top][All Lists]
Advanced

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

Issue 738 in lilypond: Support for Persian accidentals (koron, sori)


From: codesite-noreply
Subject: Issue 738 in lilypond: Support for Persian accidentals (koron, sori)
Date: Mon, 23 Feb 2009 18:32:42 +0000

Status: Accepted
Owner: lemzwerg

New issue 738 by lemzwerg: Support for Persian accidentals (koron, sori)
http://code.google.com/p/lilypond/issues/detail?id=738

Persian accidentals (koron, sori) don't look very nice. Solution:
add koron and sori to feta font, define accidentals.koron and
accidentals.sori and modify header file persian.ly by
uncommenting/commenting some lines.

To run the code sample below use persian.ly and font MicroTxt.pfb
in the attached zip file.

\version "2.12.2"
\include "persian.ly"
\paper{ ragged-right=##t }
\score {
  \relative c' {
    \time 7/8
    \set Staff.extraNatural = ##f
    \set Staff.keySignature = \chahargahD
    \override Score.KeySignature #'text = #chahargahDKey
    bk'8[ a gs] fo4  g8[ ak] g[ fs ek] d[ c] d[ ef16 d] c4
    \set Staff.keySignature = \mokhalefsegahG
    \override Score.KeySignature #'text = #mokhalefsegahGKey
    \times 2/3 {d8 ek fo} g16 fo g4
  }
  \midi { }
  \layout { }
}


Attachments:
        persian.zip  51.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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