]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove spurious {}s
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Aug 2005 23:35:09 +0000 (23:35 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Aug 2005 23:35:09 +0000 (23:35 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
THANKS
input/regression/clefs.ly
input/regression/spacing-accidental-staffs.ly

index 761f4fb23b57025edb0ed96ca59cd398be63d364..a374429df8fdf4a6064fdb5473d3d78e3cc16328 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/regression/clefs.ly: remove spurious {}s 
+
 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
 
        * Documentation/topdocs/NEWS.tely,
 
 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * THANKS: spello.
+
+       * lily/lily-parser.cc (get_header): copy module, instead of
+       returning it.
+
        * Documentation/topdocs/NEWS.tely (Top): add entry for percent
        counters.
 
index 0621ce6c8004509e6c5288739c61c62e886151b4..fbf15849810afcdd038728025af8545bdb77c246 100644 (file)
@@ -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 f080579f753298500ecea27c90b6849e3cb2e0a9..383ccacaf2e27c8bbcbc7b73f03ef873e2044615 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -25,7 +25,7 @@ Jamie Bullock
 D. Josiah Boothby
 Nancho Alvarez
 Sven Axelsson
-Trevor Baca
+Trevor Bača
 Yoshinobu Ishizaki   
 
 
index f9f40726f16ae269a825ffe232127cc5d5cc2997..aa9bc7894f598e1efc171ca87c99b6e3b8a26bd0 100644 (file)
@@ -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
 }
 
index 6b78b31a8293f063e0d2b3609d45a8702bd29205..a950f7e50b47d881fb0bc55d62e76f81f8573a1a 100644 (file)
@@ -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