[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: centralCPosition
From: |
Graham Percival |
Subject: |
Re: centralCPosition |
Date: |
Sat, 15 Jan 2005 23:05:42 -0800 |
On 7-Jan-05, at 3:07 AM, Han-Wen Nienhuys wrote:
address@hidden writes:
centralCPosition should be middleCPosition.
Also, it would be nice if the example at the bottom of the page could
demonstrate this property somehow.
I'll try to fix it in a few days -- I'd like to be able to test this
change before
committing it, and we're still working on the OSX build.
Unless you use really strange commands, it's not much work for me to
figure out where the build breaks and
@ignore
This case is more awkward than normal, since the LilyPond example
won't compile under 2.4.2 (it doesn't like the clef.X names)
Could somebody running 2.5.x check this example? I've just
added the final two lines, but I don't know what kind of number
I should give to middleCPosition. If #4 isn't good, could you figure
out what number it should be? (#0? #10?)
{
\set Staff.clefGlyph = #"clefs.F"
\set Staff.clefPosition = #2
c'4
\set Staff.clefGlyph = #"clefs.G"
c'4
\set Staff.clefGlyph = #"clefs.C"
c'4
\set Staff.clefOctavation = #7
c'4
\set Staff.clefOctavation = #0
\set Staff.clefPosition = #0
c'4
\clef "bass"
c'4
\set Staff.middleCPosition = #4
c'4
}
Cheers,
- Graham