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

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

Re: Placement de texte à volonté


From: Martial R
Subject: Re: Placement de texte à volonté
Date: Sun, 4 Jun 2023 17:39:43 +0200

Merci
moi ce que je ne comprends pas  c'est en plaçant  \vpace entre la
ligne "transcribed" et "Lyrics"
cela décale comme souhaité  vers le bas la ligne "transcribed" ?!?

%-------------------------------------------
\version "2.24.0"

#(define default-y (* -1 (/ 244 1.9)))
#(define default-x (/ 129 1.4))

\paper {
  left-margin = 30
  top-margin = 20
}

\header {
  title = "Test"
}

\markuplist {
  \with-dimensions-from \null {
    \fontsize #-1
    \translate #(cons 0 default-y)
    \override #'(line-width . 92)
    %\override #`(baseline-skip . ,default-x) % <= ne fonctionne pas
    %\override #(cons 'baseline-skip default-x) % <= ne fonctionne pas
    \wordwrap {
      Source: \italic { Japanese Popular Music: a collection of the
popular music of Japan rendered in to the
      staff notation }, by Y. Nagai and K. Kobatake, 2nd ed., Osaka,
S. Miki &amp; Co., 1892, pp. 96-97.
    % \vspace #1 %------ pas là
      Transcribed into Finale music notation by Tom Potter, 2005.  See
http://www.daisyfield.com/music/
      \vspace #1 %------ ici ?????
     Lyrics added by Karen Tanaka and Michael Good, 2006. See
http://www.recordare.com/
    }
  }
}

{ c' }
%-------------------------------------------

v

-- 
Martial Rameaux



reply via email to

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