James, thank you so much! That is exactly what I needed.
James Worlton wrote:
>
> On Apr 2, 2011, at 11:16 AM, Arlin wrote:
> ...
> \clef "bass^8"
> \override Staff.OctavateEight #'Y-offset = #1.8
> \override Staff.OctavateEight #'X-offset = #0.6
> ...
>
--
View this message in context:
h
- Original Message -
From: "Werner LEMBERG"
To:
Cc: ; ;
Sent: Sunday, April 03, 2011 4:14 PM
Subject: Re: position of the little '8' in bass clef
Looks like a bug to me. See attachment.
Definitely a bug...
Werner
In fact, http://code.google.com/p/li
On 11-04-03 09:14 AM, Werner LEMBERG wrote:
Looks like a bug to me. See attachment.
Definitely a bug...
Werner
In fact, it's logged as issue
http://code.google.com/p/lilypond/issues/detail?id=877
cheers,
Colin
--
The test of our progress is not whether we add more to the abundance
> Looks like a bug to me. See attachment.
Definitely a bug...
Werner
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
- Original Message -
From: "Arlin"
To:
Sent: Saturday, April 02, 2011 5:16 PM
Subject: position of the little '8' in bass clef
The bass recorder reads bass clef, but it sounds an octave higher than
written, so the clef needs a little '8' over it. In
On Apr 2, 2011, at 11:16 AM, Arlin wrote:
The bass recorder reads bass clef, but it sounds an octave higher than
written, so the clef needs a little '8' over it. In Lilypond this
is \clef
"F^8"
But the little '8' is printed way above the clef. Is there a way
to lower
the '8' to right
The bass recorder reads bass clef, but it sounds an octave higher than
written, so the clef needs a little '8' over it. In Lilypond this is \clef
"F^8"
But the little '8' is printed way above the clef. Is there a way to lower
the '8' to right above the clef?
Thanks for any help.
--
View this
> Is there a way to lower the '8' to right above the clef?
In your definitions file, you could have:
clfBsUp = {
\override Staff.OctavateEight #'extra-offset = #'(-0.3 . -1.2)
\clef "bass^8"
}
In the music, you would type:
\clfBsUp
Adjust the extra-offset numbers to s