From: Jürgen Reuter Date: Thu, 14 Aug 2003 00:34:17 +0000 (+0000) Subject: * input/puer-fragment.ly: bugfix: central C position of do clef X-Git-Tag: release/1.8.1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4b0f30270feef0cb55d1a004df85d0109d9cc4b;p=lilypond.git * input/puer-fragment.ly: bugfix: central C position of do clef * ly/gregorian-init.ly: workaround: add small padding space before divisiones (the correct fix would be the spacing engine to handle this) --- diff --git a/ChangeLog b/ChangeLog index 48400fdd43..ef07ce06a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-08-14 Juergen Reuter + + * input/puer-fragment.ly: bugfix: central C position of do clef + + * ly/gregorian-init.ly: workaround: add small padding space before + divisiones (the correct fix would be the spacing engine to handle + this) + 2003-08-13 Graham Percival * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly, diff --git a/input/puer-fragment.ly b/input/puer-fragment.ly index 847585238f..d4f9edc13c 100644 --- a/input/puer-fragment.ly +++ b/input/puer-fragment.ly @@ -206,7 +206,7 @@ In /home/reuter/project/lilypond-1.7/share/lilypond/scm/slur.scm: \remove Bar_engraver \consists Custos_engraver clefGlyph = #"clefs-vaticana_do" - centralCPosition = #0 + centralCPosition = #1 clefPosition = #1 clefOctavation = #0 StaffSymbol \set #'line-count = #4 diff --git a/ly/gregorian-init.ly b/ly/gregorian-init.ly index 750dcda18c..8485d215dc 100644 --- a/ly/gregorian-init.ly +++ b/ly/gregorian-init.ly @@ -36,30 +36,54 @@ deminutum = virgula = { \once \property Voice.BreathingSign \override #'text = #"scripts-rcomma" \once \property Voice.BreathingSign \override #'font-relative-size = #-1 + + % Workaround: add padding. Correct fix would be spacing engine handle this. + \once \property Voice.BreathingSign \override #'extra-X-extent = #'(-1.0 . 0) + \breathe } caesura = { \once \property Voice.BreathingSign \override #'text = #"scripts-rvarcomma" \once \property Voice.BreathingSign \override #'font-relative-size = #-1 + + % Workaround: add padding. Correct fix would be spacing engine handle this. + \once \property Voice.BreathingSign \override #'extra-X-extent = #'(-1.0 . 0) + \breathe } divisioMinima = { \once \property Voice.BreathingSign \override #'molecule-callback = #Breathing_sign::divisio_minima + + % Workaround: add padding. Correct fix would be spacing engine handle this. + \once \property Voice.BreathingSign \override #'extra-X-extent = #'(-1.0 . 0) + \breathe } divisioMaior = { \once \property Voice.BreathingSign \override #'molecule-callback = #Breathing_sign::divisio_maior \once \property Voice.BreathingSign \override #'Y-offset-callbacks = #'() + + % Workaround: add padding. Correct fix would be spacing engine handle this. + \once \property Voice.BreathingSign \override #'extra-X-extent = #'(-1.0 . 0) + \breathe } divisioMaxima = { \once \property Voice.BreathingSign \override #'molecule-callback = #Breathing_sign::divisio_maxima \once \property Voice.BreathingSign \override #'Y-offset-callbacks = #'() + + % Workaround: add padding. Correct fix would be spacing engine handle this. + \once \property Voice.BreathingSign \override #'extra-X-extent = #'(-1.0 . 0) + \breathe } finalis = { \once \property Voice.BreathingSign \override #'molecule-callback = #Breathing_sign::finalis \once \property Voice.BreathingSign \override #'Y-offset-callbacks = #'() + + % Workaround: add padding. Correct fix would be spacing engine handle this. + \once \property Voice.BreathingSign \override #'extra-X-extent = #'(-1.0 . 0) + \breathe }