diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-13 13:18:09 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-13 13:18:09 +0000 |
commit | ea6d4c224d988252a9cff44776d0159b4c26a443 (patch) | |
tree | 28cbae7a57509a2c5bc87b9d640452b7d1d65d6d /input | |
parent | 4ef62f89aaad9778a494ec9f8e800132b82d6a2c (diff) |
* scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
(NAME . FILE-NAME) tuples for font descriptions.
(write-preamble): display BeginFont DSC comments.
* python/fontextract.py (write_extracted_fonts): new file. Extract
font resources from a PS file.
* scripts/lilypond-book.py (option_definitions): --psfonts option.
(Compile_error.process_include): do_file returns chunks.
* make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
* make/lysdoc-targets.make: .texi is .PRECIOUS
* scripts/lilypond-book.py (write_if_updated): new function.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/markup-scheme.ly | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/input/regression/markup-scheme.ly b/input/regression/markup-scheme.ly index c1f85aa4cf..10f9124b87 100644 --- a/input/regression/markup-scheme.ly +++ b/input/regression/markup-scheme.ly @@ -7,6 +7,13 @@ " } + +%{ + +For maintenance reasons, we don't excercise the entire markup command set. + +%} + \version "2.5.2" \score { { @@ -25,7 +32,6 @@ \combine "X" "+" \combine "o" "/" \box \column { \line { "string 1" } \line { "string 2" } } - "$\\emptyset$" \italic Norsk \super "2" \dynamic sfzp @@ -46,8 +52,6 @@ #:combine "X" "+" #:combine "o" "/" #:box #:column ("string 1" "string 2") - "$\\emptyset$" - #:draw-circle 1 0.3 " " #:italic "Norsk" #:super "2" |