summaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2003-07-23 18:28:05 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2003-07-23 18:28:05 +0000
commita3b4bf10fa99c57cfef7a1d0df0814e5dbcef164 (patch)
tree2b193694867602492b756eab5b0fbf691741c99c /scm
parent9435b85cc6551448e51a16a1a0e41ab840feabc4 (diff)
* scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style
* input/regression/tuplets.ly (texidoc): rename file. * Documentation/user/refman.itely: updates, fixes.
Diffstat (limited to 'scm')
-rw-r--r--scm/define-grob-interfaces.scm4
-rw-r--r--scm/define-grobs.scm2
-rw-r--r--scm/new-markup.scm3
3 files changed, 8 insertions, 1 deletions
diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm
index dbc2cf4ed8..0f116b84f1 100644
--- a/scm/define-grob-interfaces.scm
+++ b/scm/define-grob-interfaces.scm
@@ -71,6 +71,10 @@ are interesting enough to maintain a hara-kiri staff."
"tablature notes"
'())
+(ly:add-interface
+ 'piano-pedal-interface
+ "A piano pedal sign"
+ '())
;; todo: figure out where to put this doco:
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index fd13e620bf..87033d3af3 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -735,7 +735,7 @@
(edge-height . (1.0 . 1.0))
(shorten-pair . (0.0 . 0.0))
(thickness . 1.0)
- (meta . ((interfaces . (text-spanner-interface piano-pedal-bracket-interface spanner-interface))))
+ (meta . ((interfaces . (text-spanner-interface piano-pedal-interface piano-pedal-bracket-interface spanner-interface))))
))
(RepeatSlash
diff --git a/scm/new-markup.scm b/scm/new-markup.scm
index 6d304a7e63..f60c36caf7 100644
--- a/scm/new-markup.scm
+++ b/scm/new-markup.scm
@@ -128,6 +128,8 @@ for the reader.
(font-markup 'font-family 'dynamic))
(define-public italic-markup
(font-markup 'font-shape 'italic))
+(define-public typewriter-markup
+ (font-markup 'font-family 'typewriter))
;; TODO: baseline-skip should come from the font.
@@ -516,6 +518,7 @@ for the reader.
(cons finger-markup (list markup?))
(cons bold-markup (list markup?))
(cons italic-markup (list markup?))
+ (cons typewriter-markup (list markup?))
(cons roman-markup (list markup?))
(cons number-markup (list markup?))
(cons hbracket-markup (list markup?))