From 38db03dcfe2093a3a47e4d581f30c5749b9aba4f Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 11 Aug 2015 09:26:58 -0700 Subject: Make staves smaller, remove bar numbers --- book.lytex | 8 ++++---- layout.tly | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/book.lytex b/book.lytex index f8a45a0..732c6fa 100644 --- a/book.lytex +++ b/book.lytex @@ -4,15 +4,15 @@ \begin{document} \section*{Agnus Dei} -\lilypondfile{agnus.ly} +\lilypondfile[staffsize=16]{agnus.ly} \section*{Sanctus} -\lilypondfile{sanctus.ly} +\lilypondfile[staffsize=16]{sanctus.ly} \section*{Kyrie} -\lilypondfile{kyrie.ly} +\lilypondfile[staffsize=16]{kyrie.ly} \section*{Alleluia} -\lilypondfile{alleluia.ly} +\lilypondfile[staffsize=16]{alleluia.ly} \end{document} diff --git a/layout.tly b/layout.tly index a5fffb1..3bb53cb 100644 --- a/layout.tly +++ b/layout.tly @@ -3,6 +3,11 @@ \new Voice = "melody" { \melody } \new Lyrics \lyricsto "melody" { \lyr } >> - \layout {} + \layout { + \context { + \Score + \remove "Bar_number_engraver" + } + } \midi {} } -- cgit v1.2.3-70-g09d2