diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-11 09:26:58 -0700 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-11 09:26:58 -0700 |
| commit | 38db03dcfe2093a3a47e4d581f30c5749b9aba4f (patch) | |
| tree | c9d928551f97c27f5a7ceaa4e64e0fdd1dc560c4 | |
| parent | d49dc0855c3845c1a27639ff6bda372a0def0322 (diff) | |
| download | wedding-booklet-38db03dcfe2093a3a47e4d581f30c5749b9aba4f.tar.gz | |
Make staves smaller, remove bar numbers
| -rw-r--r-- | book.lytex | 8 | ||||
| -rw-r--r-- | layout.tly | 7 |
2 files changed, 10 insertions, 5 deletions
@@ -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} @@ -3,6 +3,11 @@ \new Voice = "melody" { \melody } \new Lyrics \lyricsto "melody" { \lyr } >> - \layout {} + \layout { + \context { + \Score + \remove "Bar_number_engraver" + } + } \midi {} } |
