Chord from a variable

2011-08-07 Thread Volker Paul
Hello, there is something I don't understand. In the following example: \version "2.12.3" v = { c } \chordmode { c } \chordmode { \v } I expected to see two times the same result, but only the first expression yields a chord. The second yields only one C note, and it is surprisingly one octave d

Re: Chord from a variable

2011-08-07 Thread Volker Paul
> > How can I get a chord from a variable? > > v = \chordmode { c } The task is not to put a chord INTO a variable, but to get it FROM a variable. \chordmode's argument should be a variable (as in my example), and \chordmode should generate its output, a chord, from this variable. > Probably beca

Snippet "Adjusting lyrics vertical spacing" fails

2011-08-07 Thread Volker Paul
Hi, trying that snippet: http://lilypond.org/doc/v2.14/Documentation/snippets/text#adjusting-lyrics- vertical-spacing I got the warning: cannot find property type-check for `nonstaff-relatedstaff-spacing' (backend-type?). perhaps a typing error? and as expected, it didn't work, i.e. the spacing

Re: Snippet "Adjusting lyrics vertical spacing" fails

2011-08-07 Thread Volker Paul
Hello Jan-Peter, > The vertical spacing stuff changed significantly with 2.14. The mentioned > properties became valid after 2.12 I recommend updating to 2.14, because > this is a big improvement :) That explains it, thanks a lot. Dankeschööön! Cheers, Volker

Re: Chord from a variable

2011-08-08 Thread Volker Paul
On Sunday, August 07, 2011 23:05:21 you wrote: > \version "2.14.2" > > v = { c } > > \musicMap #(lambda (m) > (and (music-has-type m 'event-chord) > (= (length (ly:music-property m 'elements)) 1) > (let ((elt (car (ly:music-property m 'elements

Re: Chord from a variable

2011-08-08 Thread Volker Paul
Hello Chris, > LilyPond is not a macro language. Languages like TeX and the C > preprocessor are, and that sets some people’s expectations: Exactly. Thanks for your explanations, they made things clearer for me. > I suspect you’ll need to get into Scheme to perform that kind of alchemy. Yes, Nei

Re: Silencing a chordlist midi channel

2011-08-20 Thread Volker Paul
On Friday, August 19, 2011 16:14:57 Beakerboy wrote: > the midi file will play the chords with a grand piano voice, but I want it > to be silent. \set Staff.midiMinimumVolume = #0.0 \set Staff.midiMaximumVolume = #0.0 and a \p or other dynamics marker at the first chord for the

Accordion notation for beginners

2011-09-03 Thread Volker Paul
Much accordion literature I got from my accordion school is in a format that, for lack of a better name, I call it x/ ("x-slash") notation. The left-hand staff consists of a single line. The bass is shown by a diagonal cross (such as noteheads.s2cross), the chord by a diagonal line (such as note

Re: lilypond - amazing grace

2011-09-04 Thread Volker Paul
Hello Bill, > However, in the pages of songs you've notated I noticed an error in > "Amazing Grace". > The notes for "I" in "I once was lost" should be tied - gis8( b) - this > will allow the words to align correctly to the end of the piece. Thanks for the remark. The error is corrected now. Rega