Re: ChordNames on Staff

2019-02-07 Thread Robert Hennig
Wow Harm, that is great! I will use this versatile aproach, thank you very much! greetings, Robert Am 08.02.2019 um 00:40 schrieb Thomas Morley: \version "2.19.82" gotoCtx = #(define-music-function (strg)(string?) #{ \change Staff = #strg #(if (string=? strg "staff") ;; Staff needs to be

Re: ChordNames on Staff

2019-02-07 Thread Thomas Morley
Am Do., 7. Feb. 2019 um 21:21 Uhr schrieb Robert Hennig : > > Hi Valentin, > thank you for sharing your lilypond wisdom. > I have learned a lot already :). > (\denies "Voice" had not removed the note heads) > > For my problem to switch from up and down setting the chord names > I will stick to Aron

Re: ChordNames on Staff

2019-02-07 Thread David Kastrup
Robert Hennig writes: > Hi Valentin, > thank you for sharing your lilypond wisdom. > I have learned a lot already :). > (\denies "Voice" had not removed the note heads) It would basically just state that no Voice contexts can be anchored directly under the given context type. If LilyPond needed

Re: ChordNames on Staff

2019-02-07 Thread Robert Hennig
Hi Valentin, thank you for sharing your lilypond wisdom. I have learned a lot already :). (\denies "Voice" had not removed the note heads) For my problem to switch from up and down setting the chord names I will stick to Arons solution in this fashion: chordsUp = { \override ChordName.extra-offs

Re: ChordNames on Staff

2019-02-07 Thread Valentin Villenave
On 2/7/19, Robert Hennig wrote: > The second Solution from Valentin looks like what I would prefer but > it prints the chord notes too, which is not was I'm looking for (only > Chord Names). Huh. Have you added \denies "Voice" like I did? It should prevent any notes (or rests) from being printed.

Re: ChordNames on Staff

2019-02-07 Thread Robert Hennig
Dear Aaron and Valentin, thanks for your efforts and tips. I'm still looking for an solution to switch the ChordsOnStaff on and off, because I need it casually.. The second Solution from Valentin looks like what I would prefer but it prints the chord notes too, which is not was I'm looking for (on

Re: ChordNames on Staff

2019-02-06 Thread Kieren MacMillan
Hi Valentin, > I can think of two ways: > > \new ChordNames \with { > \consists Staff_symbol_engraver > } \chordmode { > c1 > } Ooh, that’s clever. =) K. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info _

Re: ChordNames on Staff

2019-02-06 Thread Valentin Villenave
On 2/6/19, Robert Hennig wrote: > I would like to print the ChordNames casually directly on the staff, Not > above the staff. Using extra-offset works if there are no other objects > which adjusts the spacing. What is the proper way to get the ChordNames > fixed to the staff? Greetings, I can thi

Re: ChordNames on Staff

2019-02-06 Thread Aaron Hill
On 2019-02-06 12:25 pm, Robert Hennig wrote: Dear lilypond community, I would like to print the ChordNames casually directly on the staff, Not above the staff. Using extra-offset works if there are no other objects which adjusts the spacing. What is the proper way to get the ChordNames fixed t

ChordNames on Staff

2019-02-06 Thread Robert Hennig
Dear lilypond community, I would like to print the ChordNames casually directly on the staff, Not above the staff. Using extra-offset works if there are no other objects which adjusts the spacing. What is the proper way to get the ChordNames fixed to the staff? I would like to create lead sheets