Re: treble and bass clef simultaneously

2019-04-03 Thread Werner LEMBERG
>> Can you suggest a (possibly read-only) property or properties that >> could be easily added to either the `Clef' or `NoteColumn' grob on >> the C++ side, and which would considerably simplify the code? > > upcoming new features notwithstanding, could you point me to the > latest version of

Re: treble and bass clef simultaneously

2019-04-02 Thread Valentin Villenave
On 4/2/19, Werner LEMBERG wrote: > Can you suggest a (possibly read-only) property or properties that > could be easily added to either the `Clef' or `NoteColumn' grob on the > C++ side, and which would considerably simplify the code? Hi Werner, upcoming new features notwithstanding, could you

Re: treble and bass clef simultaneously

2019-04-01 Thread Werner LEMBERG
>>> Amazing, thanks! Alas, the effort to get the desired effect is >>> tremendously large. >> >> Yep. There's no direct relationship between a Clef of a _Voice_ >> and a specific NoteColumn of the same Voice. So it's difficult to >> find a way from one to the other, not sure if the method I

Re: treble and bass clef simultaneously

2019-04-01 Thread David Kastrup
Thomas Morley writes: > Am Mo., 1. Apr. 2019 um 23:14 Uhr schrieb Werner LEMBERG : >> >> >> > Below my current approach for adjusting the additional clef at >> > line-begin. >> >> Amazing, thanks! Alas, the effort to get the desired effect is >> tremendously large. > > Yep. > There's no direct

Re: treble and bass clef simultaneously

2019-04-01 Thread Werner LEMBERG
> Below my current approach for adjusting the additional clef at > line-begin. Amazing, thanks! Alas, the effort to get the desired effect is tremendously large. I would have never been able to achieve that... Werner ___ lilypond-user mailing

Re: treble and bass clef simultaneously

2019-04-01 Thread Thomas Morley
Am Mo., 1. Apr. 2019 um 23:14 Uhr schrieb Werner LEMBERG : > > > > Below my current approach for adjusting the additional clef at > > line-begin. > > Amazing, thanks! Alas, the effort to get the desired effect is > tremendously large. Yep. There's no direct relationship between a Clef of a

Re: treble and bass clef simultaneously

2019-03-30 Thread Thomas Morley
Am Sa., 30. März 2019 um 13:06 Uhr schrieb Thomas Morley : > > Am Sa., 30. März 2019 um 09:04 Uhr schrieb Werner LEMBERG : > > > > More robust: [...] > > > Being a perfectionist I see a last spacing issue: If there are > > accidentals in the main chord, the fake bass clef gets aligned with > > the

Re: treble and bass clef simultaneously

2019-03-30 Thread Thomas Morley
Am Sa., 30. März 2019 um 09:04 Uhr schrieb Werner LEMBERG : > > More robust: [...] > Being a perfectionist I see a last spacing issue: If there are > accidentals in the main chord, the fake bass clef gets aligned with > the leftmost accidental (in the image, I've slightly moved the clef > down

Re: treble and bass clef simultaneously

2019-03-30 Thread Werner LEMBERG
>> > Thanks a lot! Attached is the same sample code as with Aaron's >> > solution. Do you see a possibility to make leading skips work in >> > the second argument of \clefTst? > > More robust: [...] An excellent solution, thanks! It's again and again amazing to see what is possible with

Re: treble and bass clef simultaneously

2019-03-29 Thread Thomas Morley
Am Do., 28. März 2019 um 23:52 Uhr schrieb Thomas Morley : > > Am Do., 28. März 2019 um 08:02 Uhr schrieb Werner LEMBERG : > > > > > > > here my factious approach: [...] > > > > Thanks a lot! Attached is the same sample code as with Aaron's > > solution. Do you see a possibility to make leading

Re: treble and bass clef simultaneously

2019-03-28 Thread Thomas Morley
Am Do., 28. März 2019 um 08:02 Uhr schrieb Werner LEMBERG : > > > > here my factious approach: [...] > > Thanks a lot! Attached is the same sample code as with Aaron's > solution. Do you see a possibility to make leading skips work in the > second argument of \clefTst? > > > Werner Probably

Re: treble and bass clef simultaneously

2019-03-28 Thread Werner LEMBERG
> here my factious approach: [...] Thanks a lot! Attached is the same sample code as with Aaron's solution. Do you see a possibility to make leading skips work in the second argument of \clefTst? Werner \version "2.19.82" \layout { \context { \Voice \name "ClefVoice"

Re: treble and bass clef simultaneously

2019-03-28 Thread Werner LEMBERG
> When staves are part of a group (such as PianoStaff), then it is > important to use staff-staff-padding, not > default-staff-staff-padding. So I goofed there. > > As penance, try out the following: [...] Very nice, thanks! Attached is my slightly modified version. * It uses

Re: treble and bass clef simultaneously

2019-03-27 Thread Thomas Morley
Am Mi., 27. März 2019 um 09:27 Uhr schrieb Werner LEMBERG : > > > Folks, > > > for a solitary bass note I want to have a bass clef, not affecting > anything else in the staff. How can I fix the attached example? > > I guess I need a music function that adjusts the vertical note offset > of the

Re: treble and bass clef simultaneously

2019-03-27 Thread Aaron Hill
On 2019-03-27 6:46 am, Werner LEMBERG wrote: for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... Could you use an "ossia"

Re: treble and bass clef simultaneously

2019-03-27 Thread Werner LEMBERG
for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... >>> >>> Could you use an "ossia" that overlaps the

Re: treble and bass clef simultaneously

2019-03-27 Thread Werner LEMBERG
>> for a solitary bass note I want to have a bass clef, not affecting >> anything else in the staff. [...] > > I would try to write a music function that replaces the given music > with a transposed version (c, => a (maybe optional, depending on the > given clef)) and prints the clef as a

Re: treble and bass clef simultaneously

2019-03-27 Thread Werner LEMBERG
> Can you not use LSR 326? That is what I use quite often. I started with that, however, it doesn't work with my particular, more complicated music. Werner ___ lilypond-user mailing list lilypond-user@gnu.org

Re: treble and bass clef simultaneously

2019-03-27 Thread Andrew Bernard
Hi Werner, Can you not use LSR 326? That is what I use quite often. Andrew On Wed, 27 Mar 2019 at 19:27, Werner LEMBERG wrote: > > Folks, > > > for a solitary bass note I want to have a bass clef, not affecting > anything else in the staff. How can I fix the attached example? > > I guess I

Re: treble and bass clef simultaneously

2019-03-27 Thread Aaron Hill
On 2019-03-27 3:01 am, Werner LEMBERG wrote: for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... Could you use an "ossia"

Re: treble and bass clef simultaneously

2019-03-27 Thread Werner LEMBERG
>> for a solitary bass note I want to have a bass clef, not affecting >> anything else in the staff. How can I fix the attached example? I >> guess I need a music function that adjusts the vertical note offset >> of the upper voice... > > Could you use an "ossia" that overlaps the staff?

Re: treble and bass clef simultaneously

2019-03-27 Thread Aaron Hill
On 2019-03-27 1:22 am, Werner LEMBERG wrote: Folks, for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... Could you use

Re: treble and bass clef simultaneously

2019-03-27 Thread Urs Liska
Am 27.03.19 um 09:22 schrieb Werner LEMBERG: Folks, for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... I would try

treble and bass clef simultaneously

2019-03-27 Thread Werner LEMBERG
Folks, for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... Werner