\version "2.15.36" \book { \paper { two-sided = ##t print-all-headers = ##t } % fin de paper \markup { \vspace #1 } % une page vide %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \pageBreak \markup { \vspace #1 } \tocItem \markup { Notes d'édition. } %%%%%%%%%%%%%%%%%%%%%%% MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%% #(define-markup-list-command (paragraph layout props args) (markup-list?) #:properties ((par-indent 2)) (interpret-markup-list layout props #{\markuplist \justified-lines { \hspace #par-indent $args } #})) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \markuplist { \override-lines #'(baseline-skip . 3.5) { \column-lines { \paragraph { \fontsize #5 \line {Notes d'édition.} } % fin de paragraph \line { "" } \override-lines #'(par-indent . 12) \paragraph { Les sources lilypond + midi intégrées dans le pdf sont au format tar.bz2. En cas de problème avec le désarchivage de ce format (sur Windows ou Mac), vous pourrez toujours trouver les mêmes sources au format zip à cette adresse: \with-url #"http://superbonus.project.free.fr" \with-color #blue http://superbonus.project.free.fr } % fin de paragraph \line { "" } } % fin de column-lines } % fin de override-lines #'(baseline-skip . 3.5) } % fin de markuplist \markup { \vspace #1.8 } \score { \new PianoStaff << \set PianoStaff.instrumentName = \markup{ \fontsize #6 {"1. "} \hspace #1.0 } \new Staff { \relative c'' { \override Score.Fingering #'avoid-slur = #'inside \override Score.Fingering #'staff-padding = #'() \override Score.Fingering #'add-stem-support = ##t \clef treble \key c \major \time 4/4 \override Score.MetronomeMark #'extra-offset = #'(0.0 . 1.0) \tempo "(Pas vite.)" \override Rest #'staff-position = #0 \repeat volta 2 { e4-5( d c b | a8 c b d c4 \stemUp g) | \stemDown g'4-5( f e c | b4^1 \stemUp \once \override Fingering #'extra-offset = #'(-0.5 . -0.8) g^1) r4 | } \break \stemDown d'4-3\espressivo( c b) r4 | f'4-3\espressivo( e d) r4 | a'4-5\espressivo( g f e | d8 f e g \voiceOne << { \once \override TextScript #'extra-offset = #'(-0.5 . -3.5) f4.^\markup { \finger "4 - 5" } d8) | } \context Voice="1" { \voiceTwo a8 c_2 b_1 d \oneVoice } >> \break \stemDown 4( d c b | a8 c b d c4 \stemUp g) | \stemDown a'-5( \once \override TextScript #'extra-offset = #'(-0.5 . -2.8) g^\markup { \finger "4 - 5" } \once \override TextScript #'extra-offset = #'(-0.5 . -3.0) ^\markup { \finger "4 - 5" } | d8-3 f-5 b,-1 d-3 c4-2) r4 | \pageBreak d4-3\espressivo( c b) r4 | f'4-3\espressivo( e d) r4 | a'4-5\espressivo( g f e | d8 f e g \voiceOne << { f4. d8) | } \context Voice="1" { \voiceTwo a8 c b d \oneVoice } >> \break \stemDown 4( d c b | a8 c b d c4 \stemUp g) | \stemDown a'4( g | d8 f b, d c4) r4 \bar "|." } } % fin de Staff upper >> \header { title = \markup { \fontsize #2 "Mélodie" } subtitle = "-----" composer = ##f opus = ##f } \layout { } } % fin de score %\pageBreak % \markup { \vspace #1 } \tocItem \markup { Release Notes } \markuplist { \override-lines #'(baseline-skip . 3.5) { \column-lines { \paragraph { \fontsize #5 \line { Release Notes. } } % fin de paragraph \line { "" } \paragraph { Sources lilypond + midi are included inside PDF in tar.bz2 format. In case of problems with the unpacking of this format (on Windows or Mac) you can always find the same sources in zip format at: \with-url #"http://superbonus.project.free.fr" \with-color #blue http://superbonus.project.free.fr } % fin de paragraph \line { "" } } % fin de column-lines } % fin de override-lines #'(baseline-skip . 3.5) } % fin de markuplist %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% } % fin de book