Re: Add a property `jianpuBeaming` needed to support Jianpu (numbered musical notation).

2023-09-21 Thread yuanyelele--- via Discussions on LilyPond development
However, 1. We also need automatic and manual beaming for Jianpu underlines, and possibly even feathered beams. 2. As you can see from the patch, it essentially consists of only four lines of code at the beginning of 'beamify' to handle this property (and then return), ensuring that it does not

Re: Add a property `jianpuBeaming` needed to support Jianpu (numbered musical notation).

2023-09-20 Thread Jean Abou Samra
Le mercredi 20 septembre 2023 à 05:06 +0200, yuanyelele--- via Discussions on LilyPond development a écrit : > In Jianpu, different numbers of underlines are used to indicate note values, > much like the way beams function in standard staff notation. Therefore, in the > script, the underlines are c

Re: Add a property `jianpuBeaming` needed to support Jianpu (numbered musical notation).

2023-09-20 Thread Werner LEMBERG
> Attached is a sample of Jianpu notation. The two patches I submitted > are necessary for the underlines to function correctly here. Thanks, but please give a real example, say, an excerpt from 'Two springs in Moon Light' (二泉映月), both from a reference (which you would consider as good typography

Re: Add a property `jianpuBeaming` needed to support Jianpu (numbered musical notation).

2023-09-20 Thread yuanyelele--- via Discussions on LilyPond development
Attached is a sample of Jianpu notation. The two patches I submitted are necessary for the underlines to function correctly here. -- Sent with Tutanota, enjoy secure & ad-free emails. Sep 20, 2023, 14:41 by w...@gnu.org: >> These two patches introduce a boolean context property called >> j

Re: Add a property `jianpuBeaming` needed to support Jianpu (numbered musical notation).

2023-09-19 Thread Werner LEMBERG
> These two patches introduce a boolean context property called > jianpuBeaming, which enables a relatively straightforward 'beamify' > behavior: when stems point downward (so beams being positioned > beneath the note heads), each beamlet covers the width of the > corresponding group of note head

Add a property `jianpuBeaming` needed to support Jianpu (numbered musical notation).

2023-09-19 Thread yuanyelele--- via Discussions on LilyPond development
Dear list, I'm currently bug fixing and improving an older script, jianpu10a.ly <https://github.com/nybbs2003/lilypond-Jianpu/blob/master/jianpu10a.ly>, which aims to introduce Jianpu (numbered musical notation) <https://en.wikipedia.org/wiki/Numbered_musical_notation>

Re: Numbered musical notation (Jianpu)

2009-11-26 Thread Silas S . Brown
Continuing the thread from June http://lists.gnu.org/archive/html/lilypond-devel/2009-06/msg00167.html : The reason why my code behaved badly is that the comment in the TeX "% so -E'd eps is at least that high" has a space before the % sign. That space causes extra space to be put into the jianpu

Re: Numbered musical notation (Jianpu)

2009-06-19 Thread Silas Brown
On Sat, Jun 06, 2009 at 11:09:42PM -0600, Andrew Hawryluk wrote: > Have you tried \textLengthOn? See Notation Reference 1.8.1 Thanks. Although \textLengthOn at the beginning of the music solves the problem of the jianpu, it also creates other problems (e.g. the word "cantabile" under the first no

Re: Numbered musical notation (Jianpu)

2009-06-06 Thread Andrew Hawryluk
On Sat, Jun 6, 2009 at 1:59 PM, Silas Brown wrote: > Continuing the thread from November 2007: > (see http://www.mail-archive.com/lilypond-u...@gnu.org/msg32740.html ) > > Here is a Python hack that can add numbered notation (Chinese jianpu) to a > line > of music.  The numbered notation is added

Re: Numbered musical notation (Jianpu)

2009-06-06 Thread Silas Brown
Continuing the thread from November 2007: (see http://www.mail-archive.com/lilypond-u...@gnu.org/msg32740.html ) Here is a Python hack that can add numbered notation (Chinese jianpu) to a line of music. The numbered notation is added as ^\markup commands that include appropriate EPS files. These

Re: Numbered Musical Notation

2006-08-29 Thread Johannes Schindelin
Hi, On Tue, 29 Aug 2006, Hugues Dallaire wrote: > Lately I had to use Chinese sheet music using the > numbered musical notation (see > http://en.wikipedia.org/wiki/Numbered_musical_notation). It was a very > unclear photocopy of a photocopy of a ... of a book, and I have been >

Numbered Musical Notation

2006-08-29 Thread Hugues Dallaire
Hello, Lately I had to use Chinese sheet music using the numbered musical notation (see http://en.wikipedia.org/wiki/Numbered_musical_notation). It was a very unclear photocopy of a photocopy of a ... of a book, and I have been looking for a way to redo it properly. My first thought was