From c9a5a7afebd7a6a20c4cb5d8896e60f523111b81 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 16 Aug 2005 23:35:09 +0000 Subject: [PATCH] remove spurious {}s --- ChangeLog | 9 +++++ Documentation/topdocs/NEWS.tely | 16 ++++---- THANKS | 2 +- input/regression/clefs.ly | 38 +++++++++---------- input/regression/spacing-accidental-staffs.ly | 2 +- 5 files changed, 37 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index 761f4fb23b..a374429df8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-17 Han-Wen Nienhuys + + * input/regression/clefs.ly: remove spurious {}s + 2005-08-17 Heikki Junes * Documentation/topdocs/NEWS.tely, @@ -18,6 +22,11 @@ 2005-08-16 Han-Wen Nienhuys + * THANKS: spello. + + * lily/lily-parser.cc (get_header): copy module, instead of + returning it. + * Documentation/topdocs/NEWS.tely (Top): add entry for percent counters. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 0621ce6c80..fbf1584981 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -77,7 +77,7 @@ Tuplets can be made to reach the next non-tuplet note by setting the } @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item When @code{strict-note-spacing} is set, notes are spaced without regard @@ -88,7 +88,7 @@ for clefs, bar lines, and grace notes. For example, \new Staff { c8[ c \clef alto c \grace { c16[ c] } c8 c c] c32[ c32] } @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item Beams support the @code{break-overshoot} property, for example @@ -99,7 +99,7 @@ Beams support the @code{break-overshoot} property, for example c2.. c8[ \break c] @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item Proportional notation is supported. Notes can be spaced proportional @@ -114,7 +114,7 @@ to their time-difference by assigning a duration to >> @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item Symbol sizes (e.g. accidentals) are disregarded for spacing if @@ -132,7 +132,7 @@ Symbol sizes (e.g. accidentals) are disregarded for spacing if >> @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item Endings of broken tuplet brackets can be tuned. For example, you can @@ -148,7 +148,7 @@ add arrows to the brackets, } @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item @@ -163,7 +163,7 @@ Arrow heads were added to the Feta font. } @end lilypond -These glyphs have been sponsored by Trevor Baca. +These glyphs have been sponsored by Trevor Ba@v{c}a. @item @@ -177,7 +177,7 @@ Nested tuplets are automatically positioned, } @end lilypond -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Ba@v{c}a. @item Music expressions can be displayed, in LilyPond notation, using the diff --git a/THANKS b/THANKS index f080579f75..383ccacaf2 100644 --- a/THANKS +++ b/THANKS @@ -25,7 +25,7 @@ Jamie Bullock D. Josiah Boothby Nancho Alvarez Sven Axelsson -Trevor Baca +Trevor Bača Yoshinobu Ishizaki diff --git a/input/regression/clefs.ly b/input/regression/clefs.ly index f9f40726f1..aa9bc7894f 100644 --- a/input/regression/clefs.ly +++ b/input/regression/clefs.ly @@ -2,7 +2,7 @@ \header{ - texidoc=" Clefs with @code{full-size-change} should be typeset in + texidoc=" Clefs with @code{full-size-change} should be typeset in full size. For octaviated clefs, the ``8'' should appear closely above or below the clef respectively." @@ -10,24 +10,22 @@ or below the clef respectively." -\score { - { - - \clef "treble" c'1^"{treble}" \bar "||" - \clef "french"c'1^"{french}" \bar "||" - \clef "soprano"c'1^"{soprano}" \bar "||" - \clef "mezzosoprano"c'1^"{mezzosoprano}" \bar "||" - \clef "alto"c'1^"{alto}" \bar "||" - \clef "tenor"c'1^"{tenor}" \bar "||" - \clef "baritone"c'1^"{baritone}" \bar "||" - \clef "varbaritone"c'1^"{varbaritone}" \bar "||" - \clef "bass"c'1^"{bass}" \bar "||" - \clef "subbass"c'1^"{subbass}" \bar "||" - \override Staff.Clef #'full-size-change = ##t - \clef "treble" c'1^"full-size-change = \#t" \bar "|." - } - \layout{ - raggedright = ##t - } +{ + \fatText + \clef "treble" c'1^"treble" \bar "||" + \clef "french"c'1^"french" \bar "||" + \clef "soprano"c'1^"soprano" \bar "||" + \clef "mezzosoprano"c'1^"mezzosoprano" \bar "||" + \clef "alto"c'1^"alto" \bar "||" + \clef "tenor"c'1^"tenor" \bar "||" + \clef "baritone"c'1^"baritone" \bar "||" + \clef "varbaritone"c'1^"varbaritone" \bar "||" + \clef "bass"c'1^"bass" \bar "||" + \clef "subbass"c'1^"subbass" \bar "||" + \override Staff.Clef #'full-size-change = ##t + \clef "treble" c'1^"full-size-change = #t" \bar "|." +} +\layout{ + raggedright = ##t } diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 6b78b31a82..a950f7e50b 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -2,7 +2,7 @@ \header { texidoc = "Accidentals in different staves do not affect the -spacing of the quarter notes here." +spacing of the eighth notes here." } \score { \relative c'' << \new Staff { \time 4/4 -- 2.39.5