From 1c9d106c5820bc3b96a22475fbd934d7185c956b Mon Sep 17 00:00:00 2001 From: hanwen Date: Wed, 1 Mar 2006 21:22:49 +0000 Subject: [PATCH] * Documentation/user/global.itely (A single music expression): close @lilypond properly * scripts/midi2ly.py: optparse, strip lilylib copy. --- ChangeLog | 3 +++ Documentation/user/global.itely | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66afb60fca..20ae573092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-01 Han-Wen Nienhuys + * Documentation/user/global.itely (A single music expression): + close @lilypond properly + * lily/volta-bracket.cc (modify_edge_height): change from after_line_breaking_callback. Suicide last bracket if appropriate. diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 6bee5dcd1d..75610d7ca4 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -313,14 +313,14 @@ expressions; note the curly braces @{ @} or angle brackets << { c'4 c' c' c'} { d'4 d' d' d'} } -@end example +@end lilypond @lilypond[ragged-right,verbatim,quote] << \new Staff { c'4 c' c' c' } \new Staff { d'4 d' d' d' } >> -@end example +@end lilypond @example @{ -- 2.39.5