From: fred Date: Tue, 26 Mar 2002 21:50:16 +0000 (+0000) Subject: lilypond-1.1.47 X-Git-Tag: release/1.5.59~2415 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=90be09a569355c49112e51e9a16a55b95a24bfe3;p=lilypond.git lilypond-1.1.47 --- diff --git a/Documentation/faq.yo b/Documentation/faq.yo index 87d5e056e0..a878886610 100644 --- a/Documentation/faq.yo +++ b/Documentation/faq.yo @@ -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( diff --git a/ly/deutsch.ly b/ly/deutsch.ly index ef247f87f3..a1aa126891 100644 --- a/ly/deutsch.ly +++ b/ly/deutsch.ly @@ -1,9 +1,11 @@ -% % common german names for notes. "es" means flat, "is" means sharp % % by Roland Meier % based on swedish.ly by Mats Bengtsson. +% 1999/06/09 Bjoern Jacke +% 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 }