From fa0d9802d44158f87eb09077e73ffd1db8fc0f4f Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 12 Mar 2006 21:53:50 +0000 Subject: [PATCH] init rehearsalMarkAlignSymbol to staff-bar. --- ChangeLog | 9 +++++++-- ly/engraver-init.ly | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8e8633f8f..fa639f2545 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-12 Han-Wen Nienhuys + + * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar. + 2006-03-12 Mats Bengtsson * Documentation/user/instrument-notation.itely (Setting simple @@ -6,7 +10,8 @@ 2006-03-12 Han-Wen Nienhuys - * scripts/lilypond-book.py (get_latex_textwidth): explicitly close tmphandle. + * scripts/lilypond-book.py (get_latex_textwidth): explicitly close + tmphandle. * python/lilylib.py (system): rewrite system() using subprocess. Remove >& redirection trickery. @@ -19,7 +24,7 @@ 2006-03-11 Han-Wen Nienhuys * Documentation/user/GNUmakefile ($(outdir)/lilypond.html): - unsplit man also needs images. + unsplit man also needs images. * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15. diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index dd8b0d24c6..da897cdefa 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -515,13 +515,13 @@ AncientRemoveEmptyStaffContext = \context { pedalSostenutoStrings = #'("Sost. Ped." "*Sost. Ped." "*") pedalSostenutoStyle = #'mixed - harmonicAccidentals = ##t fingeringOrientations = #'(up down) stringNumberOrientations = #'(up down) tupletNumberFormatFunction = #denominator-tuplet-formatter markFormatter = #format-mark-letters - rehearsalMark = #1 + rehearsalMark = #1 + rehearsalMarkAlignSymbol = #'staff-bar subdivideBeams = ##f allowBeamBreak = ##f extraNatural = ##t -- 2.39.5