From 023419a99e07e268f09e78dbf6230d40428fbb01 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 25 Oct 2006 21:34:00 +0000 Subject: [PATCH] Small fixes from mailist. --- ChangeLog | 5 +++++ Documentation/user/advanced-notation.itely | 13 +++++++------ Documentation/user/basic-notation.itely | 10 ++++++---- THANKS | 2 ++ 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 753b143b53..2492b78903 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * Diocumentation/user/instrument-notation.itely: added more info about stanzas; thanks Geoff! + * Documentation/user/ {basic, advanced}: small fixes from + mailist. + + * THANKS: add some bug reporters. + 2006-10-25 Jan Nieuwenhuizen * scm/define-context-properties.scm (all-user-translation-properties): diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index a9534fa242..1604f37544 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -975,12 +975,13 @@ used to position the number correctly. In an orchestral score, instrument names are printed at the left side of the staves. -This can be achieved by setting @internalsref{Staff}.@code{instrument} -and @internalsref{Staff}.@code{instr}, or -@internalsref{PianoStaff}.@code{instrument} and -@internalsref{PianoStaff}.@code{instr}. This will print text before -the start of the staff. For the first staff, @code{instrument} is -used, for the following ones, @code{instr} is used. +This can be achieved by setting @internalsref{Staff}.@code{instrumentName} +and @internalsref{Staff}.@code{shortInstrumentName}, or +@internalsref{PianoStaff}.@code{instrumentName} and +@internalsref{PianoStaff}.@code{shortInstrumentName}. This will +print text before +the start of the staff. For the first staff, @code{instrumentName} is +used, for the following ones, @code{shortInstrumentName} is used. @lilypond[quote,verbatim,ragged-right,relative=1,fragment] \set Staff.instrumentName = "Ploink " diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 0c34beb174..0d018a9be8 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -2603,12 +2603,14 @@ c\< c\! d\> e\! @end lilypond @noindent -A hairpin starts at the left edge of the beginning note and ends on the -right edge of the ending note. This may be modified by setting -the @code{hairpinToBarline} property, +A hairpin normally starts at the left edge of the beginning note +and ends on the right edge of the ending note. If the ending +note falls on the downbeat, the hairpin ends on the immediately +preceding barline. This may be modified by setting the +@code{hairpinToBarline} property, @lilypond[quote,ragged-right,fragment,verbatim,relative=2] -\set hairpinToBarline = ##t +\set hairpinToBarline = ##f c4\< c2. c4\! @end lilypond diff --git a/THANKS b/THANKS index d054f5bfa5..4bdbf82883 100644 --- a/THANKS +++ b/THANKS @@ -93,8 +93,10 @@ Sietse Brouwer Stephen Carter Stephen Kress Thies Albrecht +Toine Schreurs Trent Johnston Trevor Bača +Trevor Daniels Vaclav Smilauer Vicente Solsona Dellá Werner Lemberg -- 2.39.5