From c9e06cf9516abc86b07ed7d434e14d035aabec80 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 18 Feb 2004 14:25:47 +0000 Subject: [PATCH] release commit --- ChangeLog | 5 ++++- Documentation/user/refman.itely | 4 ++-- input/mutopia/F.Schubert/morgenlied.ly | 8 ++++---- input/mutopia/R.Schumann/romanze-op28-2.ly | 4 ++-- input/regression/spacing-accidental-stretch.ly | 4 ++-- input/test/beam-alternate.ly | 2 ++ scm/define-grobs.scm | 6 +++--- 7 files changed, 19 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10940a351d..29e321ec93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 2004-02-18 Han-Wen Nienhuys + * VERSION: release 2.1.25 + * scm/define-translator-properties.scm (all-user-translation-properties): add printOctaveNames - * ly/engraver-init.ly: remove Note_event_swallower. + * ly/engraver-init.ly: remove Note_event_swallower from + NoteNamesContext. * lily/note-name-engraver.cc (process_music): new property printOctaveNames diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 697f83eeea..a31f1cabce 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -1597,7 +1597,7 @@ instead. @code{default}) are typeset as cautionary accidentals. They are printed in reduced size or with parentheses: @lilypond[raggedright,fragment,verbatim] - modern-cautionary + #(set-accidental-style 'modern-cautionary) cis' c'' cis'2 | c'' c' @end lilypond @@ -1650,7 +1650,7 @@ some of them are typeset as cautionaries. @end table @node Customized accidental rules -@subsection Customized accidental rules +@subsection Customized accidental rules For determining when to print an accidental, several different rules are tried. The rule that gives the highest number of accidentals is diff --git a/input/mutopia/F.Schubert/morgenlied.ly b/input/mutopia/F.Schubert/morgenlied.ly index e6b28ad4d3..50409a78ea 100644 --- a/input/mutopia/F.Schubert/morgenlied.ly +++ b/input/mutopia/F.Schubert/morgenlied.ly @@ -27,7 +27,7 @@ been lowered } -\version "2.1.23" +\version "2.1.25" manuscriptBreak = { \break } @@ -103,7 +103,7 @@ secondVerse = \lyrics { } pianoRH = \notes \relative c''' \repeat volta 2 { - \modernAccidentals + #(set-accidental-style 'modern) g16(_\p fis a g fis g f e d c b a ) | 8( ) r8 r | r8 c'( e,) f r a | @@ -124,7 +124,7 @@ pianoRH = \notes \relative c''' \repeat volta 2 { } pianoLH = \notes \relative c'' \repeat volta 2 { - \modernAccidentals + #(set-accidental-style 'modern) g16( fis a g fis g f e d c b a) | \clef bass g4.( c,8) r r \clef treble r4 8([ )] r | @@ -151,7 +151,7 @@ pianoLH = \notes \relative c'' \repeat volta 2 { << \time 6/8 \new Staff << - \context Staff \modernAccidentals + \context Staff #(set-accidental-style 'modern) \melody >> \lyricsto "singer" \new Lyrics \firstVerse \lyricsto "singer" \new Lyrics \secondVerse diff --git a/input/mutopia/R.Schumann/romanze-op28-2.ly b/input/mutopia/R.Schumann/romanze-op28-2.ly index 1ca6649002..011662e0d4 100644 --- a/input/mutopia/R.Schumann/romanze-op28-2.ly +++ b/input/mutopia/R.Schumann/romanze-op28-2.ly @@ -4,7 +4,7 @@ \include "deutsch.ly" #(set-global-staff-size 16) -\version "2.1.23" +\version "2.1.25" \header { title = "Romanzen" @@ -238,7 +238,7 @@ leftb = \notes \transpose c cis { \score { \notes \context PianoStaff << - \pianoCautionaries + #(set-accidental-style 'piano-cautionary) \override PianoStaff.NoteCollision #'merge-differently-dotted = ##t \set PianoStaff.connectArpeggios = ##t \override PianoStaff.Arpeggio #'print-function = \arpeggioBracket diff --git a/input/regression/spacing-accidental-stretch.ly b/input/regression/spacing-accidental-stretch.ly index 2db2bde693..1366f06a2d 100644 --- a/input/regression/spacing-accidental-stretch.ly +++ b/input/regression/spacing-accidental-stretch.ly @@ -1,5 +1,5 @@ -\version "2.1.22" +\version "2.1.25" \header { texidoc = "Accidentals don't influence the amount of stretchable space. " @@ -7,7 +7,7 @@ \score { \notes \relative c'' \context GrandStaff { - \pianoCautionaries + #(set-accidental-style 'piano-cautionary) d16 d d d d d cis d } diff --git a/input/test/beam-alternate.ly b/input/test/beam-alternate.ly index dd49951014..a0dd6ad3b3 100644 --- a/input/test/beam-alternate.ly +++ b/input/test/beam-alternate.ly @@ -7,6 +7,8 @@ } +\version "2.1.25" + wipeNote = { \once \override NoteHead #'transparent = ##t \once \override Stem #'transparent = ##t diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 2326ae35f7..e72ee69694 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -663,7 +663,8 @@ . ( (print-function . ,Text_item::print) (font-family . roman) - (meta . ((interfaces . (note-name-interface text-interface font-interface item-interface )))) + (meta . ((interfaces . (note-name-interface + text-interface font-interface item-interface )))) )) (OctavateEight @@ -773,8 +774,7 @@ (meta . ( (interfaces . (font-interface rhythmic-head-interface - rhythmic-grob-interface - + rhythmic-grob-interface staff-symbol-referencer-interface rest-interface item-interface )) )))) -- 2.39.2