]> git.donarmstrong.com Git - lilypond.git/commitdiff
lots of updates.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Apr 2003 12:27:21 +0000 (12:27 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Apr 2003 12:27:21 +0000 (12:27 +0000)
Documentation/user/lilypond.tely
Documentation/user/refman.itely
input/regression/accidental-placement.ly
input/regression/ambitus.ly

index 9d6e860d78d7a7c370c3c9acf7fbd962722db3aa..58a44a1d8c368b2de11995fee54235db3761a779 100644 (file)
@@ -51,6 +51,12 @@ besides the reader and the writer.
 
 * don't use abbreviations (don't, won't, etc.)
 
+* avoid fluff (``Notice that,'' ``as you can see,'' ``Currently,'') 
+
+* avoid long stretches of input code. Noone is go to read  them in
+print. Instead refer to an example input file (@inputfileref), these
+are clickable in HTML.
+
 @end ignore
 
 @ifhtml
@@ -100,7 +106,7 @@ Copyright 1999-2002 by the authors
 
 @chapter GNU LilyPond --- The music typesetter
 
-This is the user manual for GNU LilyPond 1.7.14.
+This is the user manual for GNU LilyPond 1.7.16.
 
 @cindex web site
 
index eed14574d161449012eaa2d92e0433880828d760..fc846f99ceb4ee9523ace4b3a1957249b87a8348 100644 (file)
@@ -3787,7 +3787,7 @@ of each clef denotes the @code{c'} with respect to the clef.
 @c Supported clefs:
 @c @code{varbaritone}, @code{bass}, @code{F}, @code{subbass}
 @c
-@c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "F" c'}
+@c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "F" c'}
 @c
 @c @item modern style C clef (glyph: @code{clefs-C})
 @c
@@ -3795,7 +3795,7 @@ of each clef denotes the @code{c'} with respect to the clef.
 @c @code{soprano}, @code{mezzosoprano}, @code{alto}, @code{C},
 @c @code{tenor}, @code{baritone}
 @c
-@c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "C" c'}
+@c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "C" c'}
 
 @item modern style mensural C clef (glyph: @code{clefs-neo_mensural_c'})
 
@@ -3803,7 +3803,7 @@ Supported clefs:
 @code{neo_mensural_c1}, @code{neo_mensural_c2},
 @code{neo_mensural_c3}, @code{neo_mensural_c4}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "neo_mensural_c2" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "neo_mensural_c2" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c1})
 
@@ -3811,7 +3811,7 @@ Supported clefs:
 @code{petrucci_c1}
 for 1st staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c1" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c1" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c2})
 
@@ -3819,7 +3819,7 @@ Supported clefs:
 @code{petrucci_c2}
 for 2nd staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c2" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c2" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c3})
 
@@ -3827,7 +3827,7 @@ Supported clefs:
 @code{petrucci_c3}
 for 3rd staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c3" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c3" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c4})
 
@@ -3835,7 +3835,7 @@ Supported clefs:
 @code{petrucci_c4}
 for 4th staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c4" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c4" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c5})
 
@@ -3843,21 +3843,21 @@ Supported clefs:
 @code{petrucci_c5}
 for 5th staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c5" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c5" c'}
 
 @item petrucci style mensural F clef (glyph: @code{clefs-petrucci_f})
 
 Supported clefs:
 @code{petrucci_f}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_f" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_f" c'}
 
 @item petrucci style mensural G clef (glyph: @code{clefs-petrucci_g})
 
 Supported clefs:
 @code{petrucci_g}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_g" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_g" c'}
 
 @item historic style mensural C clef (glyph: @code{clefs-mensural_c'})
 
@@ -3865,70 +3865,70 @@ Supported clefs:
 @code{mensural_c1}, @code{mensural_c2}, @code{mensural_c3},
 @code{mensural_c4}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_c2" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_c2" c'}
 
 @item historic style mensural F clef (glyph: @code{clefs-mensural_f})
 
 Supported clefs:
 @code{mensural_f}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_f" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_f" c'}
 
 @item historic style mensural G clef (glyph: @code{clefs-mensural_g})
 
 Supported clefs:
 @code{mensural_g}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_g" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_g" c'}
 
 @item Editio Vaticana style do clef (glyph: @code{clefs-vaticana_do})
 
 Supported clefs:
 @code{vaticana_do1}, @code{vaticana_do2}, @code{vaticana_do3}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_do2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_do2" c'}
 
 @item Editio Vaticana style fa clef (glyph: @code{clefs-vaticana_fa})
 
 Supported clefs:
 @code{vaticana_fa1}, @code{vaticana_fa2}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_fa2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_fa2" c'}
 
 @item Editio Medicaea style do clef (glyph: @code{clefs-medicaea_do})
 
 Supported clefs:
 @code{medicaea_do1}, @code{medicaea_do2}, @code{medicaea_do3}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_do2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_do2" c'}
 
 @item Editio Medicaea style fa clef (glyph: @code{clefs-medicaea_fa})
 
 Supported clefs:
 @code{medicaea_fa1}, @code{medicaea_fa2}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_fa2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_fa2" c'}
 
 @item historic style hufnagel do clef (glyph: @code{clefs-hufnagel_do})
 
 Supported clefs:
 @code{hufnagel_do1}, @code{hufnagel_do2}, @code{hufnagel_do3}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do2" c'}
 
 @item historic style hufnagel fa clef (glyph: @code{clefs-hufnagel_fa})
 
 Supported clefs:
 @code{hufnagel_fa1}, @code{hufnagel_fa2}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_fa2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_fa2" c'}
 
 @item historic style hufnagel combined do/fa clef (glyph: @code{clefs-hufnagel_do_fa})
 
 Supported clefs:
 @code{hufnagel_do_fa}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do_fa" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do_fa" c'}
 
 @c --- This should go somewhere else: ---
 @c @item modern style percussion clef (glyph: @code{clefs-percussion})
@@ -3936,14 +3936,14 @@ Supported clefs:
 @c Supported clefs:
 @c @code{percussion}
 @c
-@c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "percussion" c'}
+@c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "percussion" c'}
 @c
 @c @item modern style tab clef (glyph: @code{clefs-tab})
 @c
 @c Supported clefs:
 @c @code{tab}
 @c
-@c @lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #6 \property Staff.TimeSignature \set #'transparent = ##t \clef "tab" c'}
+@c @lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #6 \property Staff.TimeSignature \set #'transparent = ##t \clef "tab" c'}
 
 @end table
 
@@ -4022,7 +4022,7 @@ block:
 
 Currently, the following styles are supported:
 
-@lilypond[26pt]
+@lilypond
 \score {
     \notes {
         \fatText
index a48220d4d4f64bfb1316c6b4159b9408322aec77..085c6e70111597beefe246001120d94602a3f7c6 100644 (file)
@@ -1,9 +1,12 @@
 \version "1.7.16"
+
 \header {
+
     texidoc ="Accidentals are placed as closely as possible.
 Accidentals in corresponding octaves are aligned.
 The top accidental should be nearest to the chord. The
-flats in a sixth shoudl be staggered.  "
+flats in a sixth should be staggered.  "
+    
 }
 
 
@@ -26,4 +29,5 @@ flats in a sixth shoudl be staggered.  "
 }
 \paper { raggedright = ##t}
      }
-%% new-chords-done %%
\ No newline at end of file
+
+%% new-chords-done %%
index a19e08ec8f2737c3171ab4d85144c256aa694ffb..5bd05d187a04d8194806509d417e4c849f0731dd 100644 (file)
@@ -3,7 +3,22 @@
 
 By default, the ambitus grob is put before the clef.  You can control
 this behaviour through the @code{breakAlignOrder} property of the score
-context by redefining the order, e.g. with the following addition to the
+context by redefining the order.
+
+
+The shape of the note heads to use can be changed via the
+@code{note-head-style} property, which holds the glyph name of the
+note head.  The vertical line between the upper and lower head can be
+switched on or off via the @code{join-heads} property.
+
+"
+}
+
+%{
+
+ tex chokes on #
+
+, e.g. with the following addition to the
 paper block:
 
 @example
@@ -24,12 +39,7 @@ paper block:
 @}
 @end example
 
-The shape of the note heads to use can be changed via the
-@code{note-head-style} property, which holds the glyph name of the note
-head (see also @ref{Ancient note heads}).  The vertical line between the
-upper and lower head can be switched on or off via the @code{join-heads}
-property.  Example:
-
 @example
 \translator @{
   \VoiceContext
@@ -40,9 +50,7 @@ property.  Example:
 @end example
 
 
-"
-}
-
+ %}
 \version "1.7.16"
 
 upper = \notes \relative c {