From 9dfba39d593ac445518023d03a4d9726f924530e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 1 Aug 2004 13:32:17 +0000 Subject: [PATCH] release commit --- Documentation/user/notation.itely | 63 +++++++++++++-------------- VERSION | 4 +- input/regression/rest-dot-position.ly | 22 ++++++++++ 3 files changed, 55 insertions(+), 34 deletions(-) create mode 100644 input/regression/rest-dot-position.ly diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index f4c128b785..9bf63f9738 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -4669,7 +4669,7 @@ as argument, and generate a @code{\skip} or multi rest, exactly as long as the piece. The use of @code{mmrest-of-length} is demonstrated in the following example. -@lilypond[raggedright] +@lilypond[verbatim,raggedright] cadenza = \relative c' { c4 d8 << { e f g } \\ { d4. } >> g4 f2 g4 g @@ -5585,7 +5585,7 @@ modern style mensural C clef @tab @code{neomensural_c1}, @code{neomensural_c2}, @code{neomensural_c3}, @code{neomensural_c4} @tab @lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t + \clef "neomensural_c2" c @end lilypond @@ -5601,24 +5601,24 @@ petrucci style mensural C clefs, for use on different staff lines @code{petrucci_c5} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] + \clef "petrucci_c2" c @end lilypond @item petrucci style mensural F clef @tab @code{petrucci_f} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] + \clef "petrucci_f" c @end lilypond @item petrucci style mensural G clef @tab @code{petrucci_g} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] + \clef "petrucci_g" c @end lilypond @@ -5626,86 +5626,85 @@ petrucci style mensural G clef @tab historic style mensural C clef @tab @code{mensural_c1}, @code{mensural_c2}, @code{mensural_c3}, @code{mensural_c4} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] + \clef "mensural_c2" c @end lilypond @item historic style mensural F clef @tab @code{mensural_f} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] + \clef "mensural_f" c @end lilypond @item historic style mensural G clef @tab @code{mensural_g} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] + \clef "mensural_g" c @end lilypond @item Editio Vaticana style do clef @tab @code{vaticana_do1}, @code{vaticana_do2}, @code{vaticana_do3} @tab -@lilypond[fragment,quote,relative=1,notime] +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] \override Staff.StaffSymbol #'line-count = #4 -\override Staff.TimeSignature #'transparent = ##t + \clef "vaticana_do2" c @end lilypond @item Editio Vaticana style fa clef @tab @code{vaticana_fa1}, @code{vaticana_fa2} @tab -@lilypond[quote,relative=1,notime,fragment] +@lilypond[quote,relative=1,notime,indent=0.0\mm,fragment] \override Staff.StaffSymbol #'line-count = #4 -\override Staff.TimeSignature #'transparent = ##t + \clef "vaticana_fa2" c @end lilypond @item Editio Medicaea style do clef @tab @code{medicaea_do1}, @code{medicaea_do2}, @code{medicaea_do3} @tab -@lilypond[fragment,quote,relative=1,notime] +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] \override Staff.StaffSymbol #'line-count = #4 -\override Staff.TimeSignature #'transparent = ##t + \clef "medicaea_do2" c @end lilypond @item Editio Medicaea style fa clef @tab @code{medicaea_fa1}, @code{medicaea_fa2} @tab -@lilypond[fragment,quote,relative=1,notime] +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] \override Staff.StaffSymbol #'line-count = #4 -\override Staff.TimeSignature #'transparent = ##t + \clef "medicaea_fa2" c @end lilypond @item historic style hufnagel do clef @tab @code{hufnagel_do1}, @code{hufnagel_do2}, @code{hufnagel_do3} @tab -@lilypond[fragment,quote,relative=1,notime] +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] \override Staff.StaffSymbol #'line-count = #4 -\override Staff.TimeSignature #'transparent = ##t + \clef "hufnagel_do2" c @end lilypond @item historic style hufnagel fa clef @tab @code{hufnagel_fa1}, @code{hufnagel_fa2} @tab -@lilypond[fragment,quote,relative=1,notime] +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] \override Staff.StaffSymbol #'line-count = #4 -\override Staff.TimeSignature #'transparent = ##t + \clef "hufnagel_fa2" c @end lilypond @item historic style hufnagel combined do/fa clef @tab @code{hufnagel_do_fa} @tab -@lilypond[fragment,quote,relative=1,notime] -\override Staff.TimeSignature #'transparent = ##t +@lilypond[fragment,quote,relative=1,notime,indent=0.0\mm] \clef "hufnagel_do_fa" c @end lilypond @@ -5851,18 +5850,18 @@ The following examples shows the differences in style, \time 2/2 c1^\markup { \hspace #-2.0 \typewriter default } - \override TimeSignature #'style = #'numbered + \override Staff.TimeSignature #'style = #'numbered \time 2/2 c1^\markup { \hspace #-2.0 \typewriter numbered } - \override TimeSignature #'style = #'mensural + \override Staff.TimeSignature #'style = #'mensural \time 2/2 c1^\markup { \hspace #-2.0 \typewriter mensural } - \override TimeSignature #'style = #'neomensural + \override Staff.TimeSignature #'style = #'neomensural \time 2/2 c1^\markup { \hspace #-2.0 \typewriter neomensural } - \override TimeSignature #'style = #'single-digit + \override Staff.TimeSignature #'style = #'single-digit \time 2/2 c1^\markup { \hspace #-2.0 \typewriter single-digit } } diff --git a/VERSION b/VERSION index bce35a1773..e672b3863f 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=3 -PATCH_LEVEL=9 -MY_PATCH_LEVEL=hwn1 +PATCH_LEVEL=10 +MY_PATCH_LEVEL= diff --git a/input/regression/rest-dot-position.ly b/input/regression/rest-dot-position.ly new file mode 100644 index 0000000000..2a10ab0add --- /dev/null +++ b/input/regression/rest-dot-position.ly @@ -0,0 +1,22 @@ +\header { + + texidoc = "Dots of rests should follow the rest positions. " + +} + +\version "2.3.9" + +{ + \set Score.timing = ##f + r\longa. r\breve. + r1. r2. r4. r8. r16. r32. r64. r64. + \bar "" + << { + r\longa. r\breve. + r1. r2. r4. r8. r16. r32. r64. r64. + } \\ { + r\longa. r\breve. + r1. r2. r4. r8. r16. r32. r64. r64. + } >> + +} -- 2.39.5