lilypond-devel
[Top][All Lists]
Advanced

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

Re: Unicode cuteness


From: John Mandereau
Subject: Re: Unicode cuteness
Date: Tue, 16 Mar 2010 01:07:02 +0100

Il giorno lun, 15/03/2010 alle 22.55 +0100, Valentin Villenave ha
scritto: 
> Where's the patch?

In the MIME part of the message starting with (in the email "source")

"""
Content-Type: text/x-patch; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
"""

This should be understood by any decent email reader, but I reproduce
the patch "really inline" below for convenience.

====================================================================
diff --git a/scm/parser-clef.scm b/scm/parser-clef.scm
index 2f17701..3099ca8 100644
--- a/scm/parser-clef.scm
+++ b/scm/parser-clef.scm
@@ -26,15 +26,22 @@
     ("G" . ("clefs.G" -2 0))
     ("G2" . ("clefs.G" -2 0))
     ("french" . ("clefs.G" -4 0))
+    ("๐„ž" . ("clefs.G" -2 0))
+    ("๐„Ÿ" . ("clefs.G" -2 7))
+    ("๐„ " . ("clefs.G" -2 -7))
     ("soprano" . ("clefs.C" -4 0))
     ("mezzosoprano" . ("clefs.C" -2 0))
     ("alto" . ("clefs.C" 0 0))
     ("C" . ("clefs.C" 0 0))
+    ("๐„ก" . ("clefs.C" 0 0))
     ("tenor" . ("clefs.C" 2 0))
     ("baritone" . ("clefs.C" 4 0))
     ("varbaritone" . ("clefs.F" 0 0))
     ("bass" . ("clefs.F" 2 0))
     ("F" . ("clefs.F" 2 0))
+    ("๐„ข" . ("clefs.F" 2 0)) 
+    ("๐„ฃ" . ("clefs.F" 2 7))
+    ("๐„ค" . ("clefs.F" 2 -7))
     ("subbass" . ("clefs.F" 4 0))
     ("percussion" . ("clefs.percussion" 0 0))
     ("tab" . ("clefs.tab" 0 0))
=============================================================

Cheers,
John

Attachment: signature.asc
Description: Questa รจ una parte del messaggio firmata digitalmente


reply via email to

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