[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Child quote
From: |
Menu Jacques |
Subject: |
Re: Child quote |
Date: |
Tue, 29 Sep 2015 10:31:02 +0200 |
And here is the result:
%%%%%%%%%
\version "2.19.25"
#(define comml (object->string (command-line)))
#(define loc (+ (string-rindex comml #\space ) 2))
#(define commllen (- (string-length comml) 2))
#(define filen (substring comml loc commllen))
#(define siz (object->string (stat:size (stat filen))))
#(define ver (object->string (lilypond-version)))
#(define dat (strftime "%d/%m/%Y" (localtime (current-time))))
#(define tim (strftime "%H:%M:%S" (localtime (current-time))))
#(define modTime (stat:mtime (stat filen)))
#(define modTimeAsString (strftime "%d/%m/%Y - %H:%M:%S" (localtime modTime)))
rainbowFermata =
-\tweak X-offset #1
^ \markup {
\combine
\with-color #(x11-color "purple") \musicglyph #"scripts.ufermata"
\fontsize #1
\combine
\with-color #(x11-color "blue") \musicglyph #"scripts.ufermata"
\fontsize #1
\combine
\with-color #(x11-color "green") \musicglyph #"scripts.ufermata"
\fontsize #1
\combine
\with-color #(x11-color "yellow") \musicglyph #"scripts.ufermata"
\fontsize #1
\combine
\with-color #(x11-color "orange") \musicglyph #"scripts.ufermata"
\fontsize #1
\with-color #(x11-color "red") \musicglyph #"scripts.ufermata"
}
\header {
title = "Partition 1"
date = "27 septembre 2015"
composer = "Nathan Menu"
}
\paper {
paper-width = 21.0\cm
paper-height = 29.72\cm
top-margin = 1.0\cm
bottom-margin = 1.0\cm
left-margin = 1.49\cm
right-margin = 1.49\cm
oddFooterMarkup = \markup {
\teeny
\column {
\fill-line {
#(string-append
"Music edited with Frescobaldi and engraved by LilyPond "
(lilypond-version))
}
\fill-line {
"http://www.frescobaldi.org - http://www.lilypond.org"
}
\fill-line { \italic { \modTimeAsString }}
}
}
}
#(set-global-staff-size 48)
musique = \relative c'' {
\time 3/4
\key g \major
\language "français"
si8 si la sol fad4 |
\break
fad16 sol la8 sol fad sol4 |
\break
fad16 sol la8 sol fad sol4 |
\break
red16 mi fad8 mi red mi4 \rainbowFermata |
\break
\bar "|."
}
paroles = \lyricmode {
Ber -- ger, pour me voir,
Tu m'as fait tant trop beau
Pour é -- tril -- ler ce soir
Ou ta vache ou ton veau!
}
\score {
<<
\new Voice = melodie \musique
\new Lyrics \lyricsto melodie \paroles
>>
\layout {
}
\midi {
}
}
%%%%%%%%%%%%%%
JM
> Le 29 sept. 2015 à 10:27, Menu Jacques <address@hidden> a écrit :
>
> Hello Nathan,
>
> Thanks for this kind idea, I’ll integrate it in the score.
>
> Did I tell you that my grand-son’s first name is Nathan too?
>
> A nice day!
>
> JM
>
>> Le 29 sept. 2015 à 03:06, Nathan Ho <address@hidden> a écrit :
>>
>> On Mon, Sep 28, 2015 at 8:28 AM, Menu Jacques <address@hidden> wrote:
>>> Hello folks,
>>>
>>> My grand-son, 6 years and a half old, discovered what he named a rainbow in
>>> the first LP score I’ve done for him. The goal is for him to copy it by
>>> hand on empty staves.
>>> The rainbow is actually a fermata…
>>
>> \markup {
>> \combine
>> \with-color #(x11-color "purple") \musicglyph #"scripts.ufermata"
>> \fontsize #1
>> \combine
>> \with-color #(x11-color "blue") \musicglyph #"scripts.ufermata"
>> \fontsize #1
>> \combine
>> \with-color #(x11-color "green") \musicglyph #"scripts.ufermata"
>> \fontsize #1
>> \combine
>> \with-color #(x11-color "yellow") \musicglyph #"scripts.ufermata"
>> \fontsize #1
>> \combine
>> \with-color #(x11-color "orange") \musicglyph #"scripts.ufermata"
>> \fontsize #1
>> \with-color #(x11-color "red") \musicglyph #"scripts.ufermata"
>> }
>