]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Piano templates): change
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 19 Aug 2005 18:18:02 +0000 (18:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 19 Aug 2005 18:18:02 +0000 (18:18 +0000)
Engraver_group_engraver -> Engraver_group

Documentation/user/examples.itely
Documentation/user/instrument-notation.itely
ly/bagpipe.ly

index 09ce4a82ed49ae3c5b9e75a741d7a0c5e2ff4412..ca682fdd5e1968ede3494dd0bacff419ab5eee07 100644 (file)
@@ -372,7 +372,7 @@ pedal = {
   >>
   \midi {
     \context {
-      \type "Performer_group_performer"
+      \type "Performer_group"
       \name Dynamics
       \consists "Piano_pedal_performer"
     }
index 65e5a6305577f8b4a4a26a04357b3c8df85ccd33..be0513cdb99be780c1e63d615d50ff9ea5d358f0 100644 (file)
@@ -793,7 +793,7 @@ simply insert the characters directly into the input file and save
 it with utf-8 encoding.  See @ref{Text encoding} for more info.
 
 @example
-\lyricmode @{ He said: Ã¢Â\80Â\9cLet my peo ple goâÂ\80\9d. @}
+\lyricmode @{ He said: Ã\83¢Ã\82Â\80Ã\82Â\9cLet my peo ple goÃ\83¢Ã\82Â\80Ã\82\9d. @}
 @end example
 
 The full definition of a word start in Lyrics mode is somewhat more
@@ -1946,11 +1946,13 @@ notation.
   indent = 0.0\cm
   \context { \Score \remove "Bar_number_engraver" }
 }
+
 \header {
   title = "Amazing Grace"
   meter = "Hymn"
   arranger = "Trad. arr."
 }
+
 {
   \hideKeySignature
   \time 3/4
index b1bc4fb5b598ed41f6503a00221029a7444d5cbf..4390e932d98c1981d99a075c3805721fd74e0fad 100755 (executable)
@@ -6,7 +6,7 @@
   Sven Axelsson, the Murray Pipes & Drums of Gothenburg
   (http://www.murrays.nu)
   
-  $Id: bagpipe.ly,v 1.3 2005/08/18 22:06:45 gpercival Exp $
+  $Id: bagpipe.ly,v 1.4 2005/08/19 18:18:02 hanwen Exp $
 %}
 
 \version "2.6.0"
@@ -53,6 +53,9 @@ showKeySignature = {
 
 % Layout tweaks.
 
+%{
+
+% WTF is this? --hwn
 \layout {
   \context {
     \Voice
@@ -64,6 +67,8 @@ showKeySignature = {
   }
 }
 
+%}
+
 % Some common timing tweaks.
 
 % Sets the autobeamer to span quarter notes only. Use for fast music.