lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Disposition de couplets


From: Valentin Villenave
Subject: Re: Disposition de couplets
Date: Sat, 11 Oct 2008 20:15:15 +0200

Le 11 octobre 2008 20:02, Laurent Richard
<address@hidden> a écrit :

> En fin de partition j'aimerai mettre 4 couplets, le problème j'aimerai ne
> pas les mettre en forme de colonne, mais 2 par 2,

Il suffit de prendre l'exemple de la doc (ci-dessous) et de remplacer
\fill-line par \column et \column par \fill-line (sauf à l'intérieur
des blocs \line).

\markup {
  \column {
    \hspace #0.1 % moves the column off the left margin;
        % can be removed if space on the page is tight
     \fill-line {
      \line { \bold "2."
        \column {
          "This is verse two."
          "It has two lines."
        }
      }
      \hspace #0.1 % adds vertical spacing between verses
      \line { \bold "3."
        \column {
          "This is verse three."
          "It has two lines."
        }
      }
    }
    \hspace #0.1  % adds horizontal spacing between columns;
        % if they are still too close, add more " " pairs
        % until the result looks good
     \fill-line {
      \line { \bold "4."
        \column {
          "This is verse four."
          "It has two lines."
        }
      }
      \hspace #0.1 % adds vertical spacing between verses
      \line { \bold "5."
        \column {
          "This is verse five."
          "It has two lines."
        }
      }
    }
  \hspace #0.1 % gives some extra space on the right margin;
      % can be removed if page space is tight
  }
}

Cordialement,
Valentin




reply via email to

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