From: Han-Wen Nienhuys Date: Fri, 11 Feb 2005 14:11:59 +0000 (+0000) Subject: (EasyNotation): glyph name dash -> period. X-Git-Tag: release/2.5.14~137 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70ea955e748da141ded74a928554699a9794e559;p=lilypond.git (EasyNotation): glyph name dash -> period. --- diff --git a/ChangeLog b/ChangeLog index 5e03643208..1ba21de39b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-11 Han-Wen Nienhuys + + * ly/engraver-init.ly (EasyNotation): glyph name dash -> period. + + * stepmake/bin/add-html-footer.py (do_file): do i18n only once. + 2005-02-10 Jan Nieuwenhuizen * stepmake/aclocal.m4: teTeX-3.0 inimf fix. Comment-out. diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index e897cc3d92..cd9b2c3f9c 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -673,7 +673,7 @@ EasyNotation = \context { % TODO: why \context override? \consists "Vaticana_ligature_engraver" % Set default head for notes outside of \[ \]. - \override NoteHead #'style = #'vaticana-punctum + \override NoteHead #'style = #'vaticana.punctum % Put some space before and after divisiones. % FIXME: This does not seem to show any effect. diff --git a/ly/gregorian-init.ly b/ly/gregorian-init.ly index 6177630c09..944a2be5b5 100644 --- a/ly/gregorian-init.ly +++ b/ly/gregorian-init.ly @@ -38,7 +38,7 @@ cavum = % declare divisiones shortcuts % virgula = { - \once \override BreathingSign #'text = #(make-musicglyph-markup "scripts-rcomma") + \once \override BreathingSign #'text = #(make-musicglyph-markup "scripts.rcomma") \once \override BreathingSign #'font-size = #-2 % Workaround: add padding. Correct fix would be spacing engine handle this. @@ -47,7 +47,7 @@ virgula = { \breathe } caesura = { - \once \override BreathingSign #'text = #(make-musicglyph-markup "scripts-rvarcomma") + \once \override BreathingSign #'text = #(make-musicglyph-markup "scripts.rvarcomma") \once \override BreathingSign #'font-size = #-2 % Workaround: add padding. Correct fix would be spacing engine handle this. @@ -158,7 +158,7 @@ neumeDemoLayout = \layout { \Voice \remove Ligature_bracket_engraver \consists Vaticana_ligature_engraver - \override NoteHead #'style = #'vaticana_punctum + \override NoteHead #'style = #'vaticana.punctum \override Stem #'transparent = ##t } }