summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--book.lytex8
-rw-r--r--layout.tly7
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 {}
}