From 68df7ae9d80b0ec98308e9890d6b62fe2760c091 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 31 Mar 2005 03:42:06 +0000 Subject: [PATCH] Minor fixes. --- ChangeLog | 7 +++++++ Documentation/user/advanced-notation.itely | 20 +++++++++++++++++++ .../user/programming-interface.itely | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 283ed8631b..e82ddd529f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-30 Graham Percival + + * Documentation/user/programming-interface.itely: minor fix. + + * Documentation/user/advanced-notation.itely: added info to + Metronome markings. + 2005-03-30 Jan Nieuwenhuizen * scm/output-lib.scm (make-stencil-boxer): Junk code duplication, diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 3400c08b01..172fe997dd 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -420,6 +420,26 @@ layout output, a metronome marking is printed \tempo 8.=120 c''1 @end lilypond +To change the tempo in the MIDI output without printing anything, make +the metronome marking invisible +@example +\once \override Score.MetronomeMark #'transparent = ##t +@end example + +To print other metronome markings, use these markup commands +@lilypond[quote,raggedright,verbatim,relative,fragment] +c4^\markup { + "(" + \smaller \general-align #Y #DOWN \note #"16." #1 + "=" + \smaller \general-align #Y #DOWN \note #"8" #1" + ")" } +@end lilypond + +@noindent +See @ref{Text markup} for more details. + + @seealso Program reference: @internalsref{MetronomeChangeEvent}. diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 3446c21b28..e4b143ce5d 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -83,7 +83,7 @@ of defining @code{\twice}, the example above could also have been written as @example @dots{} -@{ #(ly:export (make-sequential-music newLa)) @} +@{ #(ly:export (make-sequential-music (list newLa))) @} @end example @refbugs -- 2.39.5