lilypond-user
[Top][All Lists]
Advanced

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

Re: first trial with arranger.ly


From: Gilles Thibault
Subject: Re: first trial with arranger.ly
Date: Thu, 08 Apr 2021 14:53:39 +0200
User-agent: Webmail Free/1.3.3

Le 2021-04-08 11:12, Stefan Thomas a écrit :
Dear gilles,
thanks very much for Your reply and Your kind help.
I'm using version 2.22.0 now. Unfortunately, with this version, I can't see
neither metronome-marks nor time signature nor anything else.

I have just installed version 2.22.
Everything seems to be fine here (see test below).
Weird!
You have of course noticed that arranger.ly comes with 6 other ly files? Without these files, arranger.ly can't work. But that's probably not the problem because Lilypond usually warns us when an \include file cannot be found.
Don't understand.

%%%%%%%%%% test from doc %%%%%%%%%%%%%%%%
\version "2.22.0"
\include "arranger.ly"
global = { s1*1000 }              %% a long length is provided
#(init '())

%% Instruments list initially empty =>
%% the positions take into account previous timing insertions.
%% ( \global is re-analysed each time. )
#(begin ;; Builds \global
(rm-with 'global 1 #{ \time 3/4 #} / ;; First, time signatures
                10 #{ \time 5/8 #} /
                20 #{ \time 4/4 #})
(cut-end 'global 70) ;; Cuts what's beyond
(x-rm 'global #{ \mark\default #} 10 20 30 40 50 60)
(tempos 1 (metronome "Allegro" "4" 120)
       10 (metronome "" "8" "8") 2
       20 (metronome "Allargando" "4" "4.")
       30 "Piu mosso" -3.5
60 (markup #:column ("FINAL" (metronome "Allegro vivo" "4" 200))) -1)
(rm-with 'global 1 #{ \key c \major #} / ;; Key signatures
                20 #{ \key c \minor #} /
                30 #{ \key c \major #})
(x-rm 'global #{ \bar "||" #} 20 30 60) ;; Bars
(rm-with 'global 1 #{ \markLengthOn #}) ;; Miscellaneous
(rm 'global 70 #{ \bar "|." #}) ;; ...the final touch
)

#(init '(test)) %% List not empty = fixed metric:
                %% any new timing event will be ignored
\new Staff { << \global \test >> }

%%%%%%%%%
Output =>

Démarrage lilypond 2.22.0 [test9.ly]... (Démarrage means starting in french)
Processing `/home/gilles/E/Lilypond/test/test9.ly'
Parsing...
Interpreting music...[8][16][24][32][40][48][56][64]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `test9.pdf'...
Success: compilation successfully completed

--
Gilles



reply via email to

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