]> git.donarmstrong.com Git - lilypond.git/commitdiff
(generate_configuration):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 13:28:24 +0000 (13:28 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 13:28:24 +0000 (13:28 +0000)
multiply y-shift for dot with direction.

37 files changed:
ChangeLog
VERSION
lily/tie-formatting-problem.cc
ly/Welcome_to_LilyPond.ly
ly/accordion-defs-init.ly
ly/bagpipe.ly
ly/catalan.ly
ly/chord-modifiers-init.ly
ly/declarations-init.ly
ly/deutsch.ly
ly/drumpitch-init.ly
ly/dynamic-scripts-init.ly
ly/english.ly
ly/engraver-init.ly
ly/espanol.ly
ly/generate-documentation.ly
ly/generate-interface-doc-init.ly
ly/grace-init.ly
ly/gregorian-init.ly
ly/init.ly
ly/italiano.ly
ly/midi-init.ly
ly/music-functions-init.ly
ly/nederlands.ly
ly/norsk.ly
ly/paper-defaults.ly
ly/params-init.ly
ly/performer-init.ly
ly/portugues.ly
ly/property-init.ly
ly/scale-definitions-init.ly
ly/script-init.ly
ly/spanners-init.ly
ly/suomi.ly
ly/svenska.ly
ly/titling-init.ly
ly/vlaams.ly

index 32a8240eff0d1565b5c96e74e10784e8001c888b..59e034af07a3ddfc7014b68fa4f43cbbf7147cc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/tie-formatting-problem.cc (generate_configuration):
+       multiply y-shift for dot with direction.
        * scm/define-markup-commands.scm (note-by-number): put (magstep
        size) in y-attach too.
 
diff --git a/VERSION b/VERSION
index 35aa415477cbe702cd1642dc72b59b017817f117..6d0a9aef61115a6121ee4b360647a8d2f851eafb 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,6 +1,6 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=2
 MINOR_VERSION=7
-PATCH_LEVEL=38
+PATCH_LEVEL=39
 MY_PATCH_LEVEL=
 
index 125fd3c252e4c77ea95a92ce8fd3cb6208abdbc2..1d6ea31c300d14db12e4936d51d1813e1ed9ed79 100644 (file)
@@ -340,7 +340,7 @@ Tie_formatting_problem::generate_configuration (int pos, Direction dir) const
   bool y_tune = true;
   if (dot_positions_.find (pos) != dot_positions_.end ())
     {
-      conf->delta_y_ += 0.25 * details_.staff_space_;
+      conf->delta_y_ += dir * 0.25 * details_.staff_space_;
       y_tune = false;
     }
                
index cbf08fc1ec88529b14e65a747effae3fdd8ae61a..21f7475c01bc5ba8db9124e751bc0898b537374e 100644 (file)
@@ -31,4 +31,4 @@ That's it.  For more information, visit http://lilypond.org .
 }
 
 
-\version "2.7.32"  % necessary for upgrading to future LilyPond versions.
+\version "2.7.36"  % necessary for upgrading to future LilyPond versions.
index 15e73bd9a32ca2631e863d0357001285007d97c4..3167a35faa7a2afcfe7a2e0c6cc0176b6f051f38 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 % Symbols needed to print accordion music
 % 
 %  2' = T
index 1c8ccbe485abd729a85cd374d9fc4e5c7de32c1c..d3794ba34ec1698b33aff06cc099d91adca18430 100755 (executable)
@@ -6,10 +6,10 @@
   Sven Axelsson, the Murray Pipes & Drums of Gothenburg
   (http://www.murrays.nu)
   
-  $Id: bagpipe.ly,v 1.10 2006/02/06 01:13:58 hanwen Exp $
+  $Id: bagpipe.ly,v 1.11 2006/03/16 13:28:24 hanwen Exp $
 %}
 
-\version "2.7.32"
+\version "2.7.36"
 
 % Notes of the scale of the Great Highland Bagpipe. Extra high notes for bombarde.
 % Flat notes used mainly in some modern music.
index 945a718fef3661bcda4f26cc7af5cae0e38ba8bc..3eb707988d1d9e1c7e084408bbe5356f8ff45759 100644 (file)
@@ -74,6 +74,6 @@ pitchnamesCatalan = #`(
 
 pitchnames = \pitchnamesCatalan
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 24c113ecd2763daebdecc1ea156e2e7a4cac5ccf..eaa843f7f46bb4dee11dedddbc0dca5e97c45e8d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 chordmodifiers = #default-chord-modifier-list
 
index 393bed2d07dac4fa5de1fd6e6e1a7aee55b5f573..629b86169ae8f89c6a4b96140f33797870f1fe47 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 %% < 1.8 compatibility switch
 #(ly:set-option 'old-relative)
index 0af40d7261d7d1d7478dbec6f8ff4cc66cf190bb..13c45c00c168b6887b95a004d1f04a1886760a13 100644 (file)
@@ -63,6 +63,6 @@ pitchnamesDeutsch = #`(
 
 pitchnames = \pitchnamesDeutsch
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 074980ba21a19e4b74cde6b97e8b95696650ccdc..43ebbebe705bcce0a53cfab4ec73718b51e625c3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.7.36"
 
 drumPitchNames =
 #'((acousticbassdrum . acousticbassdrum)
index 17b75898b02a05072b9201dce08a7fe95a3ce8b5..c04e909ac6d236e1c931f2dd2f3476ea43673c1b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 %
 % declare the standard dynamic identifiers.
index b5423dcd93386825dc61afbcc8376cac6df45625..759771d59b296881d74cb569701470cf48828632 100644 (file)
@@ -87,7 +87,7 @@ pitchnamesEnglish = #`(
 
 pitchnames = \pitchnamesEnglish
 
-\version "2.7.32"
+\version "2.7.36"
 
 
 #(ly:parser-set-note-names parser pitchnames)
index e968d5fac49fbb57fd503b391cac7fbfb2dbb0e1..0d213efe7f43f8babbf752b2d2f33fb34a23a985 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 \context {
   \name "Global"
index 7265b68834472600fc2dedc9f6c0e65dfed686cf..8b15b99f5acb741ad48e09f8fa036f94db09bdc5 100644 (file)
@@ -58,6 +58,6 @@ pitchnamesEspanol = #`(
 
 pitchnames = \pitchnamesEspanol
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 2458c5c1f2fdaf1fcff91e0b8f82bc60685c80db..0d21d8423641d20dcb54b9c82d23ea599b578690 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 %
 % Running LilyPond on this file generates the documentation
index bcef8602c2f6b318dd0ab0a11ec767ca2e010e24..73c8c9d9350b5ecae0dec4512c038d284273c4b4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 %
 % Running LilyPond on this file generates the short interface doc
index c5d1263bcd28de184d99b4f3f945a431c4cf7b85..dec071f21528c1fc95402efad9f57d64ecb08f72 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 
 startGraceMusic =  {
index d8e7dcfc23ab1a8a189b65208baddfee205c10b9..fccaa43b45071dac87c04deee1d87815696f0752 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 %%%%%%%%
 %%%%%%%% shortcuts common for all styles of gregorian chant notation
index fba222de43335b640adcc35155c979df6037a489..24e53f8baa956514485c7fbed61c4615f11650c6 100644 (file)
@@ -7,7 +7,7 @@
 #(define-public midi-debug  #f)
 
 
-\version "2.7.32"
+\version "2.7.36"
 
 \include "declarations-init.ly"
 
index 51083a5f78cc5b1e63a9c21357aa286bc839217e..ae7e6e8815e9aab189301aa411edde256b185ea3 100644 (file)
@@ -86,6 +86,6 @@ pitchnamesItaliano = #`(
 
 pitchnames = \pitchnamesItaliano
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 875ed950e93210278f25e8c474af4c24007f04d9..1c55a3eeb2b4e3e4f6211fb72b13660e70b72d75 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 \midi {
         \tempo 4=60
        \include "performer-init.ly"
index 3255290a5748bc5284e05a50a117ed2e2dcba945..d096f1094ae1cca74dee1075d0df319bc03d4b08 100644 (file)
@@ -1,6 +1,6 @@
 % -*-Scheme-*-
 
-\version "2.7.32"
+\version "2.7.36"
 
 %% need SRFI-1 filter 
 
index 57eac1dac9eba3e3f131c88672686a693c886c0e..1871daed0225e0646c359d926775dc2860125a6d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 %{
  common dutch names for notes. es means flat, is means sharp
 
index fa3dc0b54f38160d7fe3e716099d1269d6915daa..cb96886152c5684cddcac42d865863c896ed3aaa 100644 (file)
@@ -105,6 +105,6 @@ pitchnamesNorsk = #`(
 
 pitchnames =\pitchnamesNorsk
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 31248eaa1a87d9d5729188b91abbaa8ecbab5e52..94f5ea6a6df6713e86bf3dc951d5963abe076832 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 \paper {
 
index d477cfd53eddd0e415bd2cfb90a726722d4728df..90d21ecce23de06d887bd3db339d950d3aa13af5 100644 (file)
@@ -1,2 +1,2 @@
-\version "2.7.32"
+\version "2.7.36"
 
index cc98b254be535acbf277caf0f6bced2f8505429c..538a8ea2948b61e32217630dbc586d41afc6020a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 %%
 %% setup for Request->Element conversion. 
index f865fac8bdd346db5a835cba8a790f5233032f7a..f4477b1db1c5fe9d00f062f103e192e13d5816b0 100644 (file)
@@ -86,6 +86,6 @@ pitchnamesPortuguese = #`(
 
 pitchnames = \pitchnamesPortuguese
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 2b956cc39742f79c892320d2bc8f61b4478b75b6..c672a75e1da696693f438ddd834a1d11ccfa29b2 100644 (file)
@@ -1,6 +1,6 @@
 % property-init.ly
 
-\version "2.7.32"
+\version "2.7.36"
 
 stemUp = \override Stem  #'direction = #UP
 stemDown = \override Stem  #'direction = #DOWN 
index 650388798e3e9028a079abdef4bf6727dd88ddcd..3bbcb2cfcfcf23cf52263d94405c7587c94a811e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 
 major = #`(
index bd875f15d6f63afea00d566d974060f97f41d29c..38ae4547f5412d2fbfc8aabfa997d0a85ecc7cd2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 
 % code char abbreviations
index e7bf8b66eb5683e89a019da894a14307756f7b53..ab810296a2fe1706f13d2e5d5bb7659ebbc2c86a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 startGroup = #(make-span-event 'NoteGroupingEvent START)
 stopGroup = #(make-span-event 'NoteGroupingEvent STOP)
index ff283ddc0f8f12d264990f6a7ffd6b98d57a1d90..74af495aedf64507f9afd1a23e5a0008f2d5e890 100644 (file)
@@ -48,6 +48,6 @@ pitchnamesSuomi = #`(
 
 pitchnames = \pitchnamesSuomi
 
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index 7db961ab28b53b9e3ee9140047eb8ef64ffc4ede..e2a2c478a5e0bc115305d96de660c14f8aa1293a 100644 (file)
@@ -42,6 +42,6 @@ pitchnamesSvenska = #`(
 )
 
 pitchnames = \pitchnamesSvenska
-\version "2.7.32"
+\version "2.7.36"
 
 #(ly:parser-set-note-names parser pitchnames)
index aabbcf9da02a325da942116677170d863b2923b9..fff502214115adc373803b074947389d581f0b9c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.36"
 
 slashSeparator = \markup {
   \hcenter
index b2f5518f95a43a1e449493870e93476c822b08d1..7020954b551a59d04c83e4b7b746bb25a7569c61 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32" %hier stond 2.1.36, mocht ik dat wel veranderen?
+\version "2.7.36" %hier stond 2.1.36, mocht ik dat wel veranderen?
 
 %{