Re: Moving accidentals above or below notes

2012-12-18 Thread Dominique Faure
It works very nicely. Many thanks! Dominique ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Vertical text at the end of score (help request)

2012-10-18 Thread Dominique Faure
On Thu, Oct 18, 2012 at 4:46 PM, Eluze wrote: > Dominique Faure wrote >> Well, I more or less found a solution for my both problems (see following >> code): >> >> >> According to debugging skylines, the \markup related directive enable >> extra width handlin

Re: Vertical text at the end of score (help request)

2012-10-18 Thread Dominique Faure
Replying to myself... :( > Nevertheless, this solution isn't fully satisfactory, since I need to > render several lines of text with some placement control on the result > (at least centered on the staff group). > > BTW, is there a mean (other than altering the ragged-right parameter) > to ensure

Vertical text at the end of score

2012-10-17 Thread Dominique Faure
Hi, With the following code (mainly stolen from http://lilypond.1069038.n5.nabble.com/vertical-text-tt31444.html), I could get some vertical text at the end of my score: %% \version "2.16.0" markVerticalText = #(define-music-function (parser location text) (string?) #{ \once \over

Re: Help on staves layout and repeat bars

2012-10-08 Thread Dominique Faure
> HTH, > Harm This helped a lot, and fast. Thanks! -- Dominique ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Help on staves layout and repeat bars

2012-10-08 Thread Dominique Faure
Hi, I wanted to get grouped staves bound together on line endings, with repeat bars being the solely bars drawn through all the staves. The following code address the first requirement as expected, but how could I handle the repeat bars? %% \version "2.16.0" notes = \

Re: RhythmicStaff issues in a snippet

2012-07-20 Thread Dominique Faure
On Fri, Jul 20, 2012 at 9:52 PM, David Kastrup wrote: > Reedmace Star writes: > >> * 2012-07-20 17:39 +0200 David Kastrup: >>> Dominique Faure writes: >>> > Despite the RhythmicStaff is simplifying the process, how >>> > could I make it display chord

RhythmicStaff issues in a snippet

2012-07-20 Thread Dominique Faure
Hi, I released the following snippet in the LSR: http://lsr.dsi.unimi.it/LSR/Item?id=848 Sadly, it lacks some features I'd really like to have but couldn't manage to provide (I hope some of you could help me to). Having to give both the melodic and the rhythmic definitions is quite cumbersome. De