Hi, Jun:
Yes, I mean jianpu. That web page was from Silas S. Brown. He told me that
jianpy.ly is accepting jianpu based on the table. Lilypond will not display
jianpu. I was told if I want to have jianpu display together I have to enter
the code twice, one with lilypond and one with jianpu. I just want to enter
lilypond code and have option to display jianpu without manually translates it.
Thanks,
Ming.
>________________________________
> From: Jun Wang <wj1...@hotmail.com>
>To: MING TSANG <tsan...@rogers.com>; "lilypond-user@gnu.org"
><lilypond-user@gnu.org>
>Sent: Thursday, May 9, 2013 7:30:04 PM
>Subject: RE: numbered notes
>
>
>
>
>Do you mean JianPu ?
>I came cross this before
>http://people.ds.cam.ac.uk/ssb22/mwrhome/jianpu-ly.html
>
>
>Thanks
>Jun
>
>
>
>________________________________
>Date: Thu, 9 May 2013 15:43:43 -0700
>From: tsan...@rogers.com
>Subject: Fw: numbered notes
>To: lilypond-user@gnu.org
>
>
>Hi lily users:
>
>
>Is it possible to adapt the following numbr (at end of this email) which
>display number notes to display additional info as to the following table?
>
>
>Thanks in advance,
>Ming.
>
>
>Whole (semibreve): 1 - - - Dotted whole: 1 - - - - - Double dotted: 1
>- - - - - - Half (minim): 1 - Dotted half: 1 - -
>Double dotted: 1 - - · Quarter (crotchet): 1 Dotted quarter: 1·
> Double dotted: 1·· Eighth (quaver): 1 Dotted eighth: 1·
>Double dotted: 1·· 16th (semiquaver): 1 =
>
>
>----- Forwarded Message -----
>>From: MING TSANG <tsan...@rogers.com>
>>To: "lilypond-user@gnu.org" <lilypond-user@gnu.org>
>>Sent: Wednesday, May 1, 2013 10:17:42 PM
>>Subject: numbered notes
>>
>>
>>
>>Hi lily user:
>>
>>
>> Is it possible to modify the following code. I like to display notes in
>>numbered equivalent. eg. key c\major
>>f = 4 - if possible there is a "." below the number e.g. *
>>f' =4 - e.g. 4
>>f'' =4 - if possible to display a "." on top of the number e.g.$
>>
>>Thanks,
>>Ming.
>>
>>
>>
>>
>>
>>
>>\version "2.17.0"
>>\include "english.ly"
>>numbr = #(make-engraver (acknowledgers
>>((note-head-interface engraver grob source)
>>(let* (
>>(context (ly:translator-context engraver))
>>(tonic-pitch (ly:context-property context 'tonic))
>>(tonic-index (ly:pitch-notename tonic-pitch))
>>(event (ly:grob-property grob 'cause))
>>(grob-pitch (ly:event-property event 'pitch))
>>(grob-index (ly:pitch-notename grob-pitch))
>>(delta (modulo (- grob-index tonic-index) 7))
>>(name (list-ref '("1" "2" "3" "4" "5" "6" "7") delta))
>>(newgrob (ly:engraver-make-grob engraver 'TextScript event)))
>>(set! (ly:grob-property newgrob 'text) name)))))
>>musicI= \relative c {\key c\major c4 d e f g a b2 |\break }
>>musicII= \relative c' {\key c\major c4 d e f g a b2 |\break }
>>musicIII = \relative c'' { \key c\major c4 d e f g a b2 |\break }
>>\score{
>>\new Staff \with {\consists #numbr }
>> {\musicI \musicII \musicIII}
>>\layout {}
>>}
>>
>>
>_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user