It works very nicely. Many thanks!
Dominique
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
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
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
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
> 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
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 = \
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
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