%some settings% vim: ai sw=2 lbr nu et \version "2.14" \include "parts/kyrie.ly" \include "parts/gloria.ly" \include "parts/credo.ly" \include "parts/sanctus.ly" \include "texte.ly" \header { title = "Messe de nostre dame" composer = "Guillaume de Machaut" %opus = "<+Werk+>" tagline = "" } \paper { line-width = \paper-width - 30 top-margin = 10 bottom-margin = 10 ragged-last-bottom = #'f } \layout { indent = #0 \context { \Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) } } #(set-global-staff-size 15) %\midi { %\context{ %\Score %tempoWholesPerMinute = #(ly:make-moment 72 4) %} %} %{ \score { \kyrie \header { piece = \markup { \bold "Kyrie" } } \layout { } %{ \midi { \context{ \Score tempoWholesPerMinute = #(ly:make-moment 200 4) } } % } } %} %{ \score { \gloria \header { piece = \markup { \bold "Gloria" } } \layout { } %{ \midi { \context{ \Score tempoWholesPerMinute = #(ly:make-moment 200 4) } } % } } %} %\bookpart { \score { \credo \header { piece = \markup { \bold "Credo" } } \layout { } %{ \midi { \context{ \Score tempoWholesPerMinute = #(ly:make-moment 200 4) } } %} } %} %{ \score { \sanctus \header { piece = \markup { \bold "Sanctus" } } \layout { } %{ \midi { \context{ \Score tempoWholesPerMinute = #(ly:make-moment 200 4) } } % } } %}