[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: background color sur plusieurs pages
From: |
Bertrand Monneret |
Subject: |
Re: background color sur plusieurs pages |
Date: |
Mon, 16 Jan 2017 23:53:58 -0700 (MST) |
Avec le code ci-dessous, ça marche sur plusieurs pages:
\version "2.18.2"
\markup {
\with-dimensions #'(0 . 0) #'(0 . 0)
% specify color
\with-color #(rgb-color 1 0.5 0.5)
% specify size
\filled-box #'(-6 . 115) #'(-170 . 40) #0 }
\relative c'' {
c c c c }
\pageBreak
\markup {
\with-dimensions #'(0 . 0) #'(0 . 0)
% specify color
\with-color #(rgb-color 1 0.5 0.5)
% specify size
\filled-box #'(-6 . 115) #'(-170 . 40) #0 }
\relative c'' {
c' c c c }
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/background-color-sur-plusieurs-pages-tp7584496p7584499.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.