lilypond-devel
[Top][All Lists]
Advanced

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

Re: Patch for new harmonic glyph


From: Maximilian Albert
Subject: Re: Patch for new harmonic glyph
Date: Sat, 27 Jan 2007 23:01:38 +0100
User-agent: IceDove 1.5.0.9 (X11/20061220)

>> If you feel comfortable with it this way
>> it might be good to update the docs, too (probably adding two sample
>> bars to note-head-style.ly in the regression tests would suffice). If
>> you wish I can try to do that later on.
> 
> please do.

Here it is. Sorry that it took me so long to submit only a few
additional lines of code. I just wanted to make sure not to miss any
other locations in the docs where a reference to the new styles would
make sense.

In addition, I had a problem with "make web" when trying to verify the
changes (the file input/typography.ly fails to compile). I am now even
tempted to think that it is a bug in the latest git version because even
the most simple file containing only a few notes fails to be processed
with the freshly compiled v2.11.15 from git (it took me some time to
find that out). But I haven't had time to figure out yet what exactly
causes the error.

Cheers
Max
From f35db04c340cdc55eacf613cbcdc0ffe86a9d0ee Mon Sep 17 00:00:00 2001
From: Maximilian Albert <address@hidden>
Date: Sat, 27 Jan 2007 18:34:26 +0100
Subject: [PATCH] add new notehead styles 'harmonic-black' and 'harmonic-mixed' 
to docs (in regression tests)

---
 input/regression/note-head-style.ly |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/input/regression/note-head-style.ly 
b/input/regression/note-head-style.ly
index b5164e9..c561eec 100644
--- a/input/regression/note-head-style.ly
+++ b/input/regression/note-head-style.ly
@@ -61,6 +61,16 @@ pattern = <<
 
   \break
 
+  \override Staff.NoteHead  #'style = #'harmonic-black
+  s1*0^\markup { "harmonic-black" }
+  \pattern
+
+  \override Staff.NoteHead  #'style = #'harmonic-mixed
+  s1*0^\markup { "harmonic-mixed" }
+  \pattern
+
+  \break
+
   \override Staff.NoteHead  #'style = #'diamond
   s1*0^\markup { "diamond" }
   \pattern
-- 
1.4.4.4


reply via email to

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