]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix @{ @}.
authorGraham Percival <graham@percival-music.ca>
Mon, 20 Feb 2006 01:19:31 +0000 (01:19 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 20 Feb 2006 01:19:31 +0000 (01:19 +0000)
ChangeLog
Documentation/user/instrument-notation.itely

index f984682cc8b03b87ce1be1844752d99b6c12238f..495d1a043270b58d92c3dec532bf986488776ab0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
 
        * Documentation/user/programming-interfaces.itely: fixed example.
 
+       * Documentation/user/instrument-notation.itely: fix @{ @}.
+
 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/tie-formatting-problem.cc (score_configuration): use
index 4a2337cfb1fab379d32eca8ce21b82d6ae768e8d..17e65053ef2306ce2cbd7d6b4bffc72214b443ce 100644 (file)
@@ -720,14 +720,14 @@ Checking to make sure that text scripts and lyrics are within the margins is a r
 
 To make lyrics avoid barlines as well, use
 @example
-\layout{
-  \context {
+\layout @{
+  \context @{
     \Lyrics
       \consists "Bar_engraver"
       \consists "Separating_line_group_engraver"
       \override BarLine #'transparent = ##t
-  }
-}
+  @}
+@}
 @end example