lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rebasing inside staging


From: Graham Percival
Subject: rebasing inside staging
Date: Mon, 28 Nov 2011 18:29:50 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

Compile of staging dies due to:


baf650c616cf73ab8ee47e28b298f7d7e1336867
Author: Adam Spiers <address@hidden>  2011-07-28 00:51:12
Committer: Adam Spiers <address@hidden>  2011-11-28
09:31:44
Parent: c8e6f4dbdbe2932504aa294394862728cff0ba5c (Replace tabs
with spaces in scm/chord-ignatzek-names.scm)
Child:  baf650c616cf73ab8ee47e28b298f7d7e1336867 (Issue 1503 -
Recognise Lydian chords)
Branches: remotes/origin/staging, staging, test-master-lock,
test-staging
Follows: release/2.15.20-1
Precedes: 

    Issue 1503 - Enlarge half-diminished slashed circle symbol

-------------------------- ly/chord-modifiers-init.ly
--------------------------
index 21d6b56..efc2445 100644
@@ -27,7 +27,7 @@ ignatzekExceptionMusic = {
   <c es ges>-\markup { \super "o" } % should be $\circ$ ?
   <c es ges bes>-\markup {
     %%  f8 is o with slash.
-    \super $(ly:wide-char->utf-8 #x00f8)
+    \normal-size-super (ly:wide-char->utf-8 #x00f8))
   }
   <c es ges beses>-\markup { \super  "o7" }
 }



I suspect it needs a $ in front of the (ly:wide-char...
stuff.

Could somebody who knows git either:
1) modify that commit to add the $ (if you're certain that'll
fix it), or
2) remove that commit, then rebase origin/staging on the result.

I'm not comfortable rewriting history on a shared repository.

Cheers,
- Graham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]