From c893a5143bfdd253fa5846c00c7ed89201cbcc0b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 20 Feb 2006 01:19:31 +0000 Subject: [PATCH] Fix @{ @}. --- ChangeLog | 2 ++ Documentation/user/instrument-notation.itely | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f984682cc8..495d1a0432 100644 --- 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 * lily/tie-formatting-problem.cc (score_configuration): use diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 4a2337cfb1..17e65053ef 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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 -- 2.39.5