lilypond-user
[Top][All Lists]
Advanced

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

Re: Graphic background behind systems


From: Klaus Blum
Subject: Re: Graphic background behind systems
Date: Sun, 28 Feb 2016 11:26:03 -0700 (MST)

Paul Booker wrote
> That doesn't work for me

Ooops, I posted the wrong code... that was my first attempt.
Here is my second one that was supposed to be shown here:

% -------------------------------------------------------------------

\version "2.19.36"
samplePath =
#'((moveto 0 0)
   (rcurveto 0 1 1 1 1 0)
   (rlineto 0 -5)
   (rcurveto 0 -1 -1 -1 -1 0)
   (closepath))

\markup {
  \with-dimensions #'(0 . 0) #'(0 . 0)
  \translate #'(0 . -2)
  \line {
    \hspace #33
    \with-color #red \override #'(filled . #t) \path #0.1 #samplePath
    \hspace #18.2
    \with-color #red \override #'(filled . #t) \path #0.1 #samplePath
    \hspace #18.2
    \with-color #red \override #'(filled . #t) \path #0.1 #samplePath
  }
}

\markup {
  \override #'(thickness . 1)
  \whiteout
  \score {
    \new StaffGroup
    \new Staff \with {
      \omit Staff.TimeSignature
    }
    \relative c {
      \set Score.proportionalNotationDuration = #(ly:make-moment 1/8)
      \override Score.SpacingSpanner.strict-note-spacing = ##t
      c'1 | c | c | c |
    }
    \layout { }
  }
}

% -------------------------------------------------------------------




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Graphic-background-behind-systems-tp187834p187841.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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