lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a "floating" markup with many \score blocks in it


From: James E. Bailey
Subject: Re: a "floating" markup with many \score blocks in it
Date: Sun, 4 Jan 2009 16:39:20 +0100


Am 04.01.2009 um 15:43 schrieb Francois Planiol:

Hello!

I need for a kind of Summary of "Different way to harmonize a melodie" a command of markup, I suppose. If it does exist, i dont find it or how and be
very pleased for having help

My idea would be something like

\markup \floating { % to wrap the scores ...
\score { ... } % T-S-D
\score { ... } % Cantional
\score { ... } % With secondary dominant
\score { ... } % 5-Voices
\score { ... } % melody in bass
\score { ... } % melody in alt with figured descant
\score { ... } % chromatic bass
\score { ... } % mixture-sounds
\score { ... } % Messiaen-mode-2
\score { ... } % polytonal
}

... which would fill (f.e.) a page (or more or less, and of course on
different pages if required) with the snippets, beginning up left on the page, going forward line by line to right down for the last fragment. And of
course with the layout according to the length of the fragment. (some
examples may be 4-5 measures length, other 3-4 notes)

I suppose the decision of ragged-last-bottom to be defined in the paper-block.

So the result layout f.e.

T-S-D - Cantional - With secondary dominant
5-Voices - - - - - - - - - melody in bass - - - - - - -
melody in alt  - - - - - with figured descant - - -
chromatic bass - - - - - - mixture-sounds - - - - -
Messiaen-mode-2 - - - polytonal - - - - - - - - - - -

Thanks in advance from

I don't know if I completely understand what you want, but maybe \markuplines, or more specifically \wordwrap-lines will do what you're looking for?

version "2.11.65"

music = \relative c' { c d e f }
\markuplines \wordwrap-lines {
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
   \score { \music \layout {} }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]