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

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

Re: [Espacement vertical] (long)


From: Bernard Choppy
Subject: Re: [Espacement vertical] (long)
Date: Fri, 1 Apr 2022 19:13:27 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

Bonsoir à tous,

Le 01/04/2022 à 10:03, Jean Abou Samra a écrit :

Euh, personnellement je ne trouve pas, il y a tout ce paragraphe :

        Propriétés de l’objet |VerticalAxisGroup|

Oui... mais pour le coup, VerticalAxisGroup, ça ne me parle pas du tout, alors je lis plus haut (où il est question de liste associative) et... je me trompe !

Bon, le problème n'est pas réglé dans mon cas particulier, mais c'est un usage particulier : dans LibreOffice (OOly)

Je m'aperçois que cette mise en page ne fonctionne pas à cause de la directive :

\include "lilypond-book-preamble.ly"

qui est incluse automatiquement.
Ce "preamble" semble destiné à limiter strictement la taille de page au rectangle imprimé (un peu comme une fonction "crop" automatique).

Sauf que lorsqu'il est inclus, la directive
    \override VerticalAxisGroup.staff-staff-spacing.basic-distance = 50
ne fonctionne plus :-(

Je m'aperçois qu'en retirant des portées du système, j'obtiens bien un écartement des portées... comme si le "preamble" limitait la hauteur totale, mais je ne trouve pas où.

Tout ce que j'ai trouvé, c'est ce fichier lilypond-book-preamble.ly dans
C:\Program Files (x86)\LilyPond\usr\share\lilypond\current\ly
----------
%%%% This file is part of LilyPond, the GNU music typesetter.
%%%%
%%%% Copyright (C) 2006--2020 Han-Wen Nienhuys <hanwen@xs4all.nl>
%%%%
%%%% LilyPond is free software: you can redistribute it and/or modify
%%%% it under the terms of the GNU General Public License as published by
%%%% the Free Software Foundation, either version 3 of the License, or
%%%% (at your option) any later version.
%%%%
%%%% LilyPond is distributed in the hope that it will be useful,
%%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
%%%% GNU General Public License for more details.
%%%%
%%%% You should have received a copy of the GNU General Public License
%%%% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.

\version "2.16.0"

%% toplevel \book gets output per page,
%% everything else gets output per system/title
#(define default-toplevel-book-handler
  print-book-with-defaults-as-systems )

#(define toplevel-book-handler
  (lambda ( . rest)
  (set! output-empty-score-list #f)
  (apply print-book-with-defaults rest)))

#(define toplevel-music-handler
  (lambda ( . rest)
   (apply collect-music-for-book rest)))

#(define toplevel-score-handler
  (lambda ( . rest)
   (apply collect-scores-for-book rest)))

#(define toplevel-text-handler
  (lambda ( . rest)
   (apply collect-scores-for-book rest)))

#(set! output-empty-score-list #t)


#(ly:set-option 'backend 'eps)
#(ly:set-option (quote no-point-and-click))
#(define inside-lilypond-book #t)
#(define version-seen #t)
----------


Cordialement,

--
Bernard Choppy



reply via email to

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