From b10e7ace7129ff812c136d3e77d8af64f5c4934a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 31 Jan 2008 20:12:34 -0800 Subject: [PATCH] Updates from Trevor. --- Documentation/user/fundamental.itely | 12 +++++++----- Documentation/user/tweaks.itely | 8 +++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index 8243f15958..88866e2675 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -1084,6 +1084,7 @@ SopTwoLyrics = \lyricmode { >> \new Staff << \new Voice = "SopTwo" { + \global \SopTwoMusic } \new Lyrics \lyricsto "SopTwo" { @@ -1132,7 +1133,7 @@ VerseFour = \lyricmode { >> \new Staff << \clef "bass" - \new Voice = "Tenor" { \voiceOne \TenorMusic } + \new Voice = "Tenor" { \voiceOne \TimeKey \TenorMusic } \new Voice = "Bass" { \voiceTwo \BassMusic } >> >> @@ -1432,11 +1433,11 @@ because we omitted the context name. @lilypond[quote,verbatim,ragged-right] << \new Staff \relative c'' { - \set Staff.instrumentName = "Soprano" + \set Staff.instrumentName = #"Soprano" c4 c } \new Staff \relative c' { - \set instrumentName = "Alto" % Wrong! + \set instrumentName = #"Alto" % Wrong! d4 d } >> @@ -1866,7 +1867,7 @@ This looks a bit messy; the indentation is messed up now. That is easily fixed. Here's the complete soprano and cello template. @lilypond[quote,verbatim,ragged-right] -\version "2.11.38" +\version "2.11.37" sopranoMusic = \relative c' { \clef treble \key c \major @@ -1925,7 +1926,7 @@ sopWords = \lyricmode { } altoMusic = \relative a' { \clef "treble" - r4 a2 a4 | fis4. fis8 a2 | g4 fis fis2 | + r4 a2 a4 | fis4. fis8 a2 | g4 fis e2 | } altoWords = \sopWords tenorMusic = \relative c' { @@ -2345,3 +2346,4 @@ PedalOrganMusic = \relative c { + diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely index cfbca22610..a30cbd6d1b 100644 --- a/Documentation/user/tweaks.itely +++ b/Documentation/user/tweaks.itely @@ -1763,7 +1763,7 @@ These are properties of all grobs which support the By default, outside-staff objects are given a width of zero so that they may overlap in the horizontal direction. This is done -by by the trick of adding infinity to the leftmost extent and +by the trick of adding infinity to the leftmost extent and minus infinity to the rightmost extent by setting the @code{extra-spacing-width} to @code{'(+inf.0 . -inf.0)}. So to ensure they do not overlap in the horizontal direction we @@ -2985,6 +2985,7 @@ not already anywhere -td @menu * Other uses for tweaks:: +* Using variables for tweaks:: * Other sources of information:: * Advanced tweaks with Scheme:: * Avoiding tweaks with slower processing:: @@ -3094,6 +3095,10 @@ while the second (with no stencil) does not. @end itemize +@node Using variables for tweaks +@subsection Using variables for tweaks + +TODO Add section @node Other sources of information @subsection Other sources of information @@ -3233,3 +3238,4 @@ In some cases (see issue 246), this must be done before + -- 2.39.5