diff options
| -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 {} } |
