]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes from mailist.
authorGraham Percival <graham@percival-music.ca>
Fri, 17 Mar 2006 04:11:32 +0000 (04:11 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 17 Mar 2006 04:11:32 +0000 (04:11 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/examples.itely
THANKS

index 8e19a4ec7d382d5bc34411f94244c986a084da8b..2d1adface9ce8811e5b802b04852342a923985ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ examples, advanced: minor changes from mailist.
+
+       * THANKS: add Geoff Horton, for documentation stuff.
+
 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/tutorial.itely (Commenting input files):
index 3768dce33cbbda1073e54ce30de607ffbd1a177e..f92acc67e37a7e587de69575179f39ad51d2f7d6 100644 (file)
@@ -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
 
index 2c0f69cc5b5d882d07effe2c6239da8e209bc197..5536c54a515e35896225ce57950ca55464ad36b5 100644 (file)
@@ -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 616b1e9fa8537b67b3b2e265b2423133df2ce39d..67b1050fbd5f74dd0c5042f654d20b169d8af007 100644 (file)
--- 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