]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.47
authorfred <fred>
Tue, 26 Mar 2002 21:50:16 +0000 (21:50 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:50:16 +0000 (21:50 +0000)
Documentation/faq.yo
ly/deutsch.ly

index 87d5e056e0f17bb75f830954b37b8bae99fda8c6..a87888661023605873613fbb1fad71c012d84fc8 100644 (file)
@@ -321,6 +321,9 @@ Don't forget to put your name and e-mail address
 in the file(AUTHORS.pod) file, or you won't get credits :-]
 
 
+em(Please) always send a bf(-u) diff, even if it is larger than the
+whole file.
+
 question(How do I learn the C++ code?)
 
 The entry point is in code(main()). Good luck. :-)
@@ -410,15 +413,20 @@ older installations) afterwards, so that TeX will find the files.
 Also, don't forget to remove all old .tfm and .*pk files when the font
 is updated (as it will be in version 1.1.40, for example).
 
-question(How does PS output work?)
+question(Are there scalable versions of the font?)
 
-itemize(
- it()
-Generate the PostScript Type-3 fonts. In the file(mf/) 
+Yes, they are type-3 fonts.  In the file(mf/) 
 subdirectory, issue:
 verb(
        make pfa
 ) in the mf/ subdirectory.  This will also  make file(mfplain) for metapost.
+The file(pfa)s will be in the subdirectory file(out/).
+
+question(How does PS output work?)
+
+itemize(
+ it()
+Generate the PostScript Type-3 fonts. 
 it()
 Run lilypond with option tt(-f ps):
 verb(
index ef247f87f3bfe8e43aedfd94ff4b1d084d814e9e..a1aa1268910386b0bfadcf534c966cab493edd6e 100644 (file)
@@ -1,9 +1,11 @@
-%
 % common german names for notes. "es" means flat, "is" means sharp
 %
 % by Roland Meier <meier@informatik.th-darmstadt.de>
 % based on swedish.ly by Mats Bengtsson.
 
+% 1999/06/09 Bjoern Jacke <bjoern.jacke@gmx.de>
+%            added asas and marked ases as `unusual'
+
 
 %
 % Please note that, while these names are used to enter *notes*, they
@@ -36,7 +38,8 @@
        g       = \musicalpitch { -1 4 0 }
        gis     = \musicalpitch { -1 4 1 }
        gisis   = \musicalpitch { -1 4 2 }
-       ases    = \musicalpitch { -1 5 -2 }
+       asas    = \musicalpitch { -1 5 -2 }
+       ases    = \musicalpitch { -1 5 -2 }  % non-standard name for asas
        as      = \musicalpitch { -1 5 -1 }
        a       = \musicalpitch { -1 5 0 }
        ais     = \musicalpitch { -1 5 1 }
@@ -78,7 +81,8 @@
        G       = \musicalpitch { -2 4 0 }
        Gis     = \musicalpitch { -2 4 1 }
        Gisis   = \musicalpitch { -2 4 2 }
-       Ases    = \musicalpitch { -2 5 -2 }
+       Asas    = \musicalpitch { -2 5 -2 }
+       Ases    = \musicalpitch { -2 5 -2 }  % non-standard name for Asas
        As      = \musicalpitch { -2 5 -1 }
        A       = \musicalpitch { -2 5 0 }
        Ais     = \musicalpitch { -2 5 1 }