]> git.donarmstrong.com Git - lilypond.git/commitdiff
* THANKS: added Pal.
authorJürgen Reuter <j@web.de>
Mon, 21 Feb 2005 19:54:32 +0000 (19:54 +0000)
committerJürgen Reuter <j@web.de>
Mon, 21 Feb 2005 19:54:32 +0000 (19:54 +0000)
* Documentation/user/notation.itely: bugfix: unTeXified
$\\backslash$.  Bugfix: yet another glyph renaming victim:
"timesig.*x/y" -> "timesig.*xy".

ChangeLog
Documentation/user/notation.itely
THANKS
ly/declarations-init.ly

index c4ccdbece49ae7782ad95547312df84b2bc539f9..4e195b4035948ad96e102aba4fbddf6fadc5b63c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * lily/duration-scheme.cc: bugfix: correct parameters to
        SCM_ASSERT_TYPE.
 
+       * THANKS: added Pal.
+
+       * Documentation/user/notation.itely: bugfix: unTeXified
+       $\\backslash$.  Bugfix: yet another glyph renaming victim:
+       "timesig.*x/y" -> "timesig.*xy".
+
 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
        
        * VERSION (PACKAGE_NAME): release 2.5.12
index b9ff2969da7cb4ae0a0c21e9f918c52d090fcee3..61ea5dc28675570756ff365f883e6c2807ec723b 100644 (file)
@@ -6521,35 +6521,35 @@ following table
 } {
   \set Score.timing = ##f
   \set Score.barAlways = ##t
-  s_\markup { "$\\backslash$time 4/4" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural4/4" }
+  s_\markup { "\\time 4/4" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural44" }
   s
-  s_\markup { "$\\backslash$time 2/2" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural2/2" }
+  s_\markup { "\\time 2/2" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural22" }
   s
-  s_\markup { "$\\backslash$time 6/4" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural6/4" }
+  s_\markup { "\\time 6/4" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural64" }
   s
-  s_\markup { "$\\backslash$time 6/8" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural6/8" }
+  s_\markup { "\\time 6/8" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural68" }
   \break
-  s_\markup { "$\\backslash$time 3/2" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural3/2" }
+  s_\markup { "\\time 3/2" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural32" }
   s
-  s_\markup { "$\\backslash$time 3/4" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural3/4" }
+  s_\markup { "\\time 3/4" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural34" }
   s
-  s_\markup { "$\\backslash$time 9/4" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural9/4" }
+  s_\markup { "\\time 9/4" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural94" }
   s
-  s_\markup { "$\\backslash$time 9/8" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural9/8" }
+  s_\markup { "\\time 9/8" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural98" }
   \break
-  s_\markup { "$\\backslash$time 4/8" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural4/8" }
+  s_\markup { "\\time 4/8" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural48" }
   s
-  s_\markup { "$\\backslash$time 2/4" }
-  ^\markup { "       " \musicglyph #"timesig.neomensural2/4" }
+  s_\markup { "\\time 2/4" }
+  ^\markup { "       " \musicglyph #"timesig.neomensural24" }
 }
 @end lilypond
 
diff --git a/THANKS b/THANKS
index 5a1bcb12af82672df0d40d67e9852ef7d7f1bd32..4171c2e4e3981bd42f7cb8b32109777443a697bc 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -22,6 +22,7 @@ Juergen Reuter
 Juliusz Chroboczek
 Mats Bengtsson
 Nicolas Sceaux
+Pal Benko
 Tatsuya Ono
 Werner Lemberg
 
index 6529bb33122c1c76bbbb2d7657373208f336ee85..052bd6edb07c4c65a9683b3ac7d2fbafd6048828 100644 (file)
@@ -5,7 +5,7 @@
 
 %% named durations
 breve = #(ly:make-duration -1 0)
-longa = #(ly:make-duration -2 0 )
+longa = #(ly:make-duration -2 0)
 maxima = #(ly:make-duration -3 0)
 
 \include "music-functions-init.ly"