]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/regression/accidental-octave.ly (texidoc): shorten.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Sep 2003 12:40:39 +0000 (12:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Sep 2003 12:40:39 +0000 (12:40 +0000)
* input/regression/hairpin-dashed.ly (texidoc): docstring.

* input/regression/completion-heads-polyphony.ly: octave

* input/regression/grace-dynamic.ly: remove

* input/regression/grace-volta-repeat.ly: octave fixes.

* input/regression/hairpin-dashed.ly (texidoc): doc string.

12 files changed:
ChangeLog
Documentation/user/refman.itely
input/regression/accidental-octave.ly
input/regression/chord-tremolo-short.ly
input/regression/chords-funky-ignatzek.ly
input/regression/completion-heads-polyphony.ly
input/regression/drums.ly
input/regression/grace-dynamic.ly [deleted file]
input/regression/grace-volta-repeat.ly
input/regression/hairpin-dashed.ly
input/regression/instrument-name-markup.ly
input/regression/non-empty-text.ly

index 978f1a1872a3e8e635ae17038637c8cafdf4133e..487110470ebf3a4748629351ce9198791b99d97e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * input/regression/accidentals.ly (mel): shorten.
+
+       * input/regression/accidental-octave.ly (texidoc): shorten.
+
+       * input/regression/hairpin-dashed.ly (texidoc): docstring.
+
+       * input/regression/completion-heads-polyphony.ly: octave
+
+       * input/regression/beam-manual.ly: remove
+
+       * input/regression/beam-chord.ly: remove
+
+       * input/regression/grace-dynamic.ly: remove
+       
+       * input/regression/grace-volta-repeat.ly: octave fixes.
+
+       * input/regression/hairpin-dashed.ly (texidoc): doc string.
+
        * lily/parser.yy (step_number): semitones for chord entry too.
        (make_chord_step): more robust code, semitones. 
 
index 36868bac6e773a5703b12bb9e56f31f3f8cd3767..1a00120e023fd42421e6d8ca9c7d917341e6c772 100644 (file)
@@ -432,16 +432,12 @@ note splitting (See @ref{Automatic note splitting}).
 If you want less
 ties created for a chord, see @inputfileref{input/test,tie-sparse.ly}.
 
-@refbugs
 
-Tieing only a subset of the note heads of a pair of chords is not
-supported in a simple way.
+For tieing only a subset of the note heads of a pair of chords, see
+@inputfileref{input/regression,tie-chord-partial.ly}.
+
+@refbugs
 
-@ignore
-It can be achieved by moving the
-tie-engraver into the @internalsref{Thread} context and turning on and
-off ties per @internalsref{Thread}.
-@end ignore
 
 Switching staves when a tie is active will not produce a slanted tie.
 
@@ -3032,7 +3028,9 @@ none of the scheme functions to get the correct MIDI output:
 
 @refbugs
 
-This scheme is a temporary implementation.
+
+Chords entered with @code{< @dots{} >} do not work.  This scheme is a
+temporary implementation.
 
 
 @node Piano music
index 74a342dec2c858fb520d14e3e33be24eeadfd4fc..e5b709131755fa870a21c24a100dc25421879606 100644 (file)
@@ -4,7 +4,7 @@
 \header {
 texidoc="
 This shows how accidentals in different octaves are handled.
-FIXME: Shorten and docu.
+(DOCME)
 "
 
 
@@ -47,38 +47,9 @@ mel = \notes \transpose c c' {
   \bar "|." \break
 }
 
-mus = \notes {
-   \mel
-
-%% FIXME.
-%   \property Score.oneMeasureLazy = ##t
-
-
-   \property Score.autoAccidentals = #'(Staff (same-octave . 0))
-   << s1^""^""^"$\\backslash$property Score.autoAccidentals = \\#'(Staff (same-octave . 0))" \mel >>
-   \property Score.autoAccidentals = #'(Staff (same-octave . 1))
-   << s1^""^""^"$\\backslash$property Score.autoAccidentals = \\#'(Staff (same-octave . 1))" \mel >>
-   \property Score.autoAccidentals = #'(Staff (any-octave . 0))
-   << s1^""^""^"$\\backslash$property Score.autoAccidentals = \\#'(Staff (any-octave . 0))" \mel >>
-   \property Score.autoAccidentals = #'(Staff (any-octave . 1))
-   << s1^""^""^"$\\backslash$property Score.autoAccidentals = \\#'(Staff (any-octave . 1))" \mel >>
-   \modernAccidentals
-   << s1^""^""^"$\\backslash$modernAccidentals" \mel >>
-   \modernCautionaries
-   << s1^""^""^"$\\backslash$modernCautionaries" \mel >>
-   \noResetKey
-   << s1^""^""^"$\\backslash$noResetKey" \mel >>
-   \forgetAccidentals
-   << s1^""^""^"$\\backslash$forgetAccidentals" \mel >>
-}
-
-
 \score {
-  << \context Staff \mus
-    \context NoteNames \apply #no-octaves \mus
+  << \context Staff \mel
+     \context NoteNames \apply #no-octaves \mel
   >>
-  \paper {
-    indent=0.0
-  }
 }
 
index 2c10fb62d5b10c91efc64d099b93bc935d9bd1ab..348ea1477442e4bee4a56c072c1eaabea8db42ba 100644 (file)
@@ -1,7 +1,7 @@
 \version "1.9.8"
 \header {
   texidoc = "
-  Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/8) too. Only some of the beams are connected to the stems. 
+  Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/4) too. Only some of the beams are connected to the stems. 
   "
 }
 
index 47277f164f5f954913744d75aea2e74b29af6acd..af85f60685a55a3d9abafa7fd60e5ebb632edd4b 100644 (file)
@@ -27,10 +27,4 @@ chs = \notes
     }
        \context Staff \notes \transpose c c' { \chs }
     >>
-    \paper{
-       \translator { 
-           \ChordNamesContext
-           ChordName \override #'word-space = #1 
-       }
-    }
 }
index 8a6822031f783ca8c3c2dca88a025cef58c16cfa..bf7d4f7888ea204214870790915d42793bdb7337 100644 (file)
@@ -1,4 +1,3 @@
-#(ly:set-option 'old-relative)
 \version "1.9.8"
 \header {
 
@@ -12,7 +11,7 @@ Completion heads are not fooled by polyphony with a different rhythm.
 \score{ 
        \context Staff \notes \relative c'' << 
            { c2. c bes2 } \\
-           { c,2. a8 g4 f4. g4 f  }
+           { c2. a8 g4 f4. g4 f  }
        >>
 
        \paper {
index e355ee218054a97ecfe4f3ddffa3dd3ab8e04b77..839fa283d216abe420521f496bec518f3e4c1cd2 100644 (file)
@@ -3,7 +3,7 @@
 %     scm/midi.scm for list of midi-drumkits.
 
 \header {
-texidoc = "Drum notation, although kludgy, should work. Though, < chord > does not work because the chords need to be split into threads."
+texidoc = "Drum notation, although kludgy, should work."
 }
 
 \include "drumpitch-init.ly"
diff --git a/input/regression/grace-dynamic.ly b/input/regression/grace-dynamic.ly
deleted file mode 100644 (file)
index 48147ec..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-\version "1.9.8"
-\header{
- % ?
-% niet zo onschuldig!  je hebt graces gefixt in 1.5, zie maar eens 1.3.150
-texidoc="Dynamics on grace notes are small and behave nicely (don't crash into to main note)."
-}
-\score {
-     \notes \relative c'  \context Voice {\grace {c_\f} d, c'  f g}
-     \paper { raggedright =  ##t } 
-
-}
-
-
index 5fd5cb8e9d046dd74f4d8aa33f65a165da0f014f..e3970b90d5125433e13be2eb0ce1ac11ee776fb3 100644 (file)
@@ -9,10 +9,10 @@
 }
 
 \score{
-   \notes\relative c'''{\key a \minor \time 2/4
+   \notes\relative c''{\key a \minor \time 2/4
      \repeat "volta" 2 {
-     \grace {  a16[( c] }  c,4 c4  |
-     \grace {  e'16[( gis] } c,4 c4 |
+     \grace {  a16[ b] }  c4 c4  |
+     \grace {  d16[ b] } c4 c4 |
      
      }
    }
index d305f49c16b5092e7b754a3ca65a2c1c7d24083e..ec5062115a07520a58201c65507f63dc384cd09f 100644 (file)
@@ -1,3 +1,9 @@
+\version  "1.9.8"
+
+\header {
+texidoc ="Hairpin crescendi may be dashed. "
+
+}
 
 \score {
     \notes \relative c' {
index fc93e9bdcccc75fde5d60a2f821896816f11300c..823d201bd1919a57e59dcbd543b6a0b3439925a8 100644 (file)
@@ -1,7 +1,7 @@
 \header {
 
-texidoc = "Instrument names are set with Staff.instrument and
-Staff.instr. You can enter markup texts to create more funky names,
+texidoc = "Instrument names are set with @code{Staff.instrument} and
+@code{Staff.instr}. You can enter markup texts to create more funky names,
 including alterations. "
 
 }
@@ -11,6 +11,7 @@ including alterations. "
 
 
 textFlat = \markup {\smaller \musicglyph #"accidentals--1"}
+
 \score {
   \notes \new Staff {
     \property Staff.instrument
@@ -21,7 +22,7 @@ textFlat = \markup {\smaller \musicglyph #"accidentals--1"}
     { c''1 \break c'' }
 
   }
-  \paper { linewidth= 8.0\cm }
+  \paper { raggedright = ##t }
 }
 
 
index 6b45288c8e9e8bcd5ca75b483a16aa6c235b9692..fea0195db22f2344b5d6b80b3b1da44a4f128b4d 100644 (file)
@@ -2,11 +2,9 @@
 \version "1.9.8"
 
 \header{
-    texidoc="
-Text is set with empty horizontal dimensions.  The boolean property
-TextScript.no-spacing-rods is used to control the horizontal size of text.
-"
-}
+    texidoc=" Text is set with empty horizontal dimensions.  The
+boolean property @code{no-spacing-rods} in @code{TextScript} is used
+to control the horizontal size of text.  " }
 
 \score{
     \notes\relative c''{