From ed3317d2fbb6ce88dea51d5b814ae9411036c064 Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 19 Aug 2005 18:18:02 +0000 Subject: [PATCH] (Piano templates): change Engraver_group_engraver -> Engraver_group --- Documentation/user/examples.itely | 2 +- Documentation/user/instrument-notation.itely | 4 +++- ly/bagpipe.ly | 7 ++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 09ce4a82ed..ca682fdd5e 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -372,7 +372,7 @@ pedal = { >> \midi { \context { - \type "Performer_group_performer" + \type "Performer_group" \name Dynamics \consists "Piano_pedal_performer" } diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 65e5a63055..be0513cdb9 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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: “Let my peo ple go”. @} +\lyricmode @{ He said: “Let my peo ple go”. @} @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 diff --git a/ly/bagpipe.ly b/ly/bagpipe.ly index b1bc4fb5b5..4390e932d9 100755 --- a/ly/bagpipe.ly +++ b/ly/bagpipe.ly @@ -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. -- 2.39.5