From: Graham Percival Date: Fri, 17 Mar 2006 04:11:32 +0000 (+0000) Subject: Minor fixes from mailist. X-Git-Tag: release/2.7.40~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c8ba95128af74bb4050a0eed0edaa348b9a2a22d;p=lilypond.git Minor fixes from mailist. --- 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