Coloring of key signature accidentals based on their pitch

2015-08-17 Thread Heikki Junes
Hi, in Lilypond 2.19.25 notes and accidental before notes can be colored based on their pitch: \override NoteHead.color = #color-notehead \override Accidental.color = #color-notehead Here is an example on NoteHeads: http://www.lilypond.org/doc/v2.19/Documentation/snippets-big-page#pitches-colo

Re: Coloring of key signature accidentals based on their pitch

2015-08-17 Thread David Kastrup
Heikki Junes writes: > Hi, > > in Lilypond 2.19.25 notes and accidental before notes can be colored based > on their pitch: > > \override NoteHead.color = #color-notehead > \override Accidental.color = #color-notehead Uh, no? > Here is an example on NoteHeads: > > http://www.lilypond.org/doc/v

Re: Coloring of key signature accidentals based on their pitch

2015-08-17 Thread Heikki Junes
2015-08-17 15:34 GMT+03:00 David Kastrup : > Heikki Junes writes: > > > Hi, > > > > in Lilypond 2.19.25 notes and accidental before notes can be colored > based > > on their pitch: > > > > \override NoteHead.color = #color-notehead > > \override Accidental.color = #color-notehead > > Uh, no? > >

bug in german manual

2015-08-17 Thread BB
http://www.lilypond.org/doc/v2.19/Documentation/notation-big-page.de.html#retrograde in Chapter 1.2 Rhythmus ... Andere rhythmische Aufteilungen Triolen und andere rhythmische Aufteilungen werden aus einem musikalischen Ausdruck erstellt, indem dessen Tondauern mit einem Bruch m

Re: bug in german manual

2015-08-17 Thread Federico Bruni
German translation is not up-to-date, but just yesterday a person volunteered for working on it. So hopefully this will be fixed. Il giorno lun 17 ago 2015 alle 18:16, BB ha scritto: http://www.lilypond.org/doc/v2.19/Documentation/notation-big-page.de.html#retrograde in Chapter 1.2 Rhythmus

Re: bug in german manual

2015-08-17 Thread David Kastrup
Federico Bruni writes: > > Il giorno lun 17 ago 2015 alle 18:16, BB > ha scritto: >> http://www.lilypond.org/doc/v2.19/Documentation/notation-big-page.de.html#retrograde >> >> in Chapter >> 1.2 Rhythmus >> >> ... >> Andere rhythmische Aufteilungen >> >> Triolen und andere rhythmische Aufteilunge

Re: bug in german manual

2015-08-17 Thread Blöchl Bernhard
Am 17.08.2015 20:20, schrieb David Kastrup: Federico Bruni writes: Il giorno lun 17 ago 2015 alle 18:16, BB ha scritto: http://www.lilypond.org/doc/v2.19/Documentation/notation-big-page.de.html#retrograde in Chapter 1.2 Rhythmus ... Andere rhythmische Aufteilungen Triolen und andere rhyt

Re: bug in german manual

2015-08-17 Thread Urs Liska
Am 17.08.2015 um 20:50 schrieb Blöchl Bernhard: > Am 17.08.2015 20:20, schrieb David Kastrup: >> Federico Bruni writes: >> >>> >>> Il giorno lun 17 ago 2015 alle 18:16, BB >>> ha scritto: http://www.lilypond.org/doc/v2.19/Documentation/notation-big-page.de.html#retrograde in C

guile-question: how to do (apply ly:stencil-combine-at-edge args)?

2015-08-17 Thread Thomas Morley
Hi all, I want to "put together" an arbitrary number of stencils, pseudo-code: (apply some-put-together-procedure stil-list) While using `ly:stencil-add', it's quite simple: #(define (stils n) (map (lambda (n) (make-connected-path-stencil `((0 0) (,n 0) (,n ,n) (0 ,n) (0