From 337cd76788f5d59795c7e6ee86e1f5df977a3025 Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Wed, 27 Mar 2002 00:58:26 +0000
Subject: [PATCH] lilypond-1.3.141

---
 mutopia/Coriolan/coriolan-paper.ly      |  1 +
 mutopia/Coriolan/coriolan-part-paper.ly |  1 +
 scm/grob-property-description.scm       | 24 ++++++++++++++++++++----
 3 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/mutopia/Coriolan/coriolan-paper.ly b/mutopia/Coriolan/coriolan-paper.ly
index 4f39211ffa..76e7c949fe 100644
--- a/mutopia/Coriolan/coriolan-paper.ly
+++ b/mutopia/Coriolan/coriolan-paper.ly
@@ -60,6 +60,7 @@
 		%%%devNullThread = #'never
 		
 		TimeSignature \override #'style = #'C
+		TextSpanner \override #'font-shape = #'italic
 		BarNumber \override #'padding = #3
 		RestCollision \override #'maximum-rest-count = #1
 	}
diff --git a/mutopia/Coriolan/coriolan-part-paper.ly b/mutopia/Coriolan/coriolan-part-paper.ly
index ab00c576ec..9db2de15cb 100644
--- a/mutopia/Coriolan/coriolan-part-paper.ly
+++ b/mutopia/Coriolan/coriolan-part-paper.ly
@@ -58,6 +58,7 @@
 		%%%devNullThread = #'never
 		
 		TimeSignature \override #'style = #'C
+		TextSpanner \override #'font-shape = #'italic
 		BarNumber \override #'padding = #3
 		RestCollision \override #'maximum-rest-count = #1
 	}
diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm
index cd2b66ce71..1b5dfc0d43 100644
--- a/scm/grob-property-description.scm
+++ b/scm/grob-property-description.scm
@@ -269,10 +269,10 @@ Scheme markup text.  It is defined as follows:
 @example
 text: string | (head? text+)
 head: markup | (markup+)
-markup-item: property | abbrev | @var{fontstyle}
+markup-item: property | abbrev
 property: (@var{key} . @var{value})
 abbrev: @code{rows lines roman music bold italic named super sub text}
-
+        @code{finger volta timesig mmrest mark script large Large dynamic}
 @end example
 
 
@@ -298,8 +298,24 @@ horizontal mode: set all text on one line (default)
  superscript
 @item sub
  subscript
-@item any font-style
- finger volta timesig mmrest mark script large Large dynamic
+@item finger
+ select fingering number fontstyle
+@item volta
+ select volta number fontstyle
+@item timesig
+ select time signature number fontstyle
+@item mmrest
+ select multi measure rest number fontstyle
+@item mark
+ select mark number fontstyle
+@item script
+ select scriptsize roman fontstyle
+@item large
+ select large roman fontstyle
+@item Large
+ select Large roman fontstyle
+@item dynamic
+ select dynamics fontstyle
 @end table
 .")
 (grob-property-description 'thick number? "thickness, in stafflinethickness.")
-- 
2.39.5