Hello !
Thank you both for your answers and feedback.
> >> I would like to have a way to tell Lilypond : "Say this over measures
> >> 1 to 10" (some long text) then "say this over measure 12 and 13".
> >>
> >> Is there such a functionality, or some trick to achieve it ?
> >
> > No simple way to
Hello !
I would like to write a dialogue text on a score in such a way that
the text automatically spans over multiple lines or page, a bit like
what is done with lyrics :
\version "2.18.2"
melody = \relative c'' {
\key c \major
\time 4/4
\repeat unfold 172 c4
}
verse = \lyricmode {
Lor
2013/4/6 Felix Janda
>
> On 04/06/13 at 02:14pm, Yannick CHARLES wrote:
> > Hello !
> >
> > Thank you for your answer and your suggestions.
> > I plan anyways to use inclusion and to split my code between multiple
> > files.
> > My main problem is that t
Hello !
Thank you for your answer and your suggestions.
I plan anyways to use inclusion and to split my code between multiple
files.
My main problem is that the number of verses can vary between songs. But a
solution to this could be to build the list in the lyric file, which is
specific to each s
Hello everybody !
I am working on a project involving a collection of songs and hymns,
and I wanted to make the files more "generic", based on the song
templates (i.e. verse-verse, verse-chorus...)
Ideally I would like at some point in my source file to have a music
function build the staves, and
Hello to everybody !
I tried to typeset a clarinet glissando (more like a kind of "bend" in
fact), with an amplitude of a quarter tone, in the following way:
es,4(\glissando eeh\glissando |
es8) r r4 |
Regarding the typesetting, the quarter tone is written on the score, but
not the glissando. Is