]> git.donarmstrong.com Git - lilypond.git/commitdiff
(EasyNotation): glyph name dash -> period.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Feb 2005 14:11:59 +0000 (14:11 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Feb 2005 14:11:59 +0000 (14:11 +0000)
ChangeLog
ly/engraver-init.ly
ly/gregorian-init.ly

index 5e0364320851fe94c4d2cf2edbdaf9107df5f8c0..1ba21de39b25a97ca26031969a3608cb9aba825d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * 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  <janneke@gnu.org>
 
        * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
index e897cc3d9239118901ff57791751f4c3a0fac910..cd9b2c3f9cb449442ad694e725b5c4946a4d6e98 100644 (file)
@@ -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.
index 6177630c0946d3245a180ae51dae79c61d74b447..944a2be5b5ba0fbf478284795304254850a78470 100644 (file)
@@ -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
     }
 }