From 3a6909a49cc22cc8514dc036f22fea966cf29701 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 1 Aug 2004 11:23:52 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 ++ Documentation/user/notation.itely | 2 ++ input/{test => template}/bagpipe.ly | 0 lily/time-signature.cc | 2 +- scm/define-markup-commands.scm | 8 +++++++- 5 files changed, 12 insertions(+), 2 deletions(-) rename input/{test => template}/bagpipe.ly (100%) diff --git a/ChangeLog b/ChangeLog index 753f605cd2..9e5bd97016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-08-01 Han-Wen Nienhuys + * input/test/lyrics-skip-notes.ly: remove + * input/test/stem-cross-staff.ly (noFlag): fold into manual * input/test/{spacing-2,staff-space,tablature,textscript}.ly: diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index ec51cda02d..48f26b0a42 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -3206,6 +3206,7 @@ handle this cross-staffing behavior. In this section we discuss the * Pedals:: * Arpeggio:: * Staff switch lines:: +* Cross staff stems:: @end menu @refbugs @@ -7043,6 +7044,7 @@ support for contemporary notation in LilyPond is limited. * Polymetric notation:: * Clusters:: * Fermatas:: +* Feathered beams:: @end menu @node Polymetric notation diff --git a/input/test/bagpipe.ly b/input/template/bagpipe.ly similarity index 100% rename from input/test/bagpipe.ly rename to input/template/bagpipe.ly diff --git a/lily/time-signature.cc b/lily/time-signature.cc index d79f96735a..56f191d887 100644 --- a/lily/time-signature.cc +++ b/lily/time-signature.cc @@ -147,7 +147,7 @@ ADD_INTERFACE (Time_signature, "time-signature-interface", " typeset with mensural style mensuration marks. All other time\n" " signatures are written with two digits.\n" "\n" -" @item @code{single-digit" +" @item @code{single-digit}\n" " All time signatures are typeset with a single\n" " digit, e.g. 3/2 is written as 3.\n" " @end table\n" diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index e3777d7d9a..e54fa745ea 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -52,7 +52,13 @@ (def-markup-command (postscript paper props str) (string?) - "This inserts @var{str} directly into the output as a PostScript command string." + "This inserts @var{str} directly into the output as a PostScript command string. For example, + +@cindex rotated text +@lilypond[verbatim] +{ c^\\markup { \\postscript #\" /ecrm10 findfont 10 output-scale div scalefont 90 rotate (hello) show \" } } +@end lilypond" + (ly:make-stencil (list 'embedded-ps str) '(0 . 0) '(0 . 0) )) -- 2.39.5