]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/global.itely (A single music expression):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 1 Mar 2006 21:22:49 +0000 (21:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 1 Mar 2006 21:22:49 +0000 (21:22 +0000)
close @lilypond properly

* scripts/midi2ly.py: optparse, strip lilylib copy.

ChangeLog
Documentation/user/global.itely

index 66afb60fcaa7db587d6eb400f9cb7fd1973db4d6..20ae573092070a55513ea69b9c1ab7579c1e24a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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.
  
index 6bee5dcd1dc045dbbe65c42ebc86174207e29dd1..75610d7ca453ffd83b30ac73ca3742dfa9a13c75 100644 (file)
@@ -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
 @{