From a33126784df15415d67bf833ecaf5a1087282699 Mon Sep 17 00:00:00 2001 From: gpercival Date: Fri, 17 Mar 2006 04:11:32 +0000 Subject: [PATCH] Minor fixes from mailist. --- ChangeLog | 6 ++++++ Documentation/user/advanced-notation.itely | 16 ++++++++++++++++ Documentation/user/examples.itely | 8 ++++---- THANKS | 1 + 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e19a4ec7d..2d1adface9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-17 Graham Percival + + * Documentation/user/ examples, advanced: minor changes from mailist. + + * THANKS: add Geoff Horton, for documentation stuff. + 2006-03-17 Han-Wen Nienhuys * Documentation/user/tutorial.itely (Commenting input files): diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 3768dce33c..f92acc67e3 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -847,6 +847,22 @@ Bar numbers can be manually changed by setting the } @end lilypond +Bar numbers can be removed entirely by removing the Bar number +engraver from the score. + +@lilypond[verbatim,ragged-right,quote,relative=2] +\layout { + \context { + \Score + \remove "Bar_number_engraver" + } +} +{ +c4 c c c \break +c4 c c c +} +@end lilypond + @seealso diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 2c0f69cc5b..5536c54a51 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -488,10 +488,10 @@ Cello = \new Voice { \relative c' { music = { << - \tag #'(score vn1) \new Staff { << \global \Violinone >> } - \tag #'(score vn2) \new Staff { << \global \Violintwo>> } - \tag #'(score vla) \new Staff { << \global \Viola>> } - \tag #'(score vlc) \new Staff { << \global \Cello>> } + \tag #'score \tag #'vn1 \new Staff { << \global \Violinone >> } + \tag #'score \tag #'vn2 \new Staff { << \global \Violintwo>> } + \tag #'score \tag #'vla \new Staff { << \global \Viola>> } + \tag #'score \tag #'vlc \new Staff { << \global \Cello>> } >> } diff --git a/THANKS b/THANKS index 616b1e9fa8..67b1050fbd 100644 --- a/THANKS +++ b/THANKS @@ -71,6 +71,7 @@ Eduardo Vieira Ernesto Gancedo François Vion Frédéric Bron +Geoff Horton Gianluca D. Hans Forbrich Hoang Nguyen -- 2.39.5