]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-lilypond-inside-table.lytex
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / lilypond-book / tex-lilypond-inside-table.lytex
index a75c4df735ff36b47afbae1efd4efe1fc97c54aa..bd25edd182640cc30acb993cb76f6b1d347f796c 100644 (file)
@@ -2,7 +2,7 @@
 
 \begin{document}
 
-\section{Lilypond snippets inside tables:}
+\section{LilyPond snippets inside tables:}
 
 Tables:
 
@@ -10,10 +10,10 @@ Tables:
 \hline
 \em Notes & \em Name \\
 \hline
-\lilypond[11pt,fragment,filename="cdur"]{\context Voice <<c' e' g'>>} & major \\
-\lilypond[11pt,fragment]{\context Voice <<c' es' g'>>} & minor \\
-\lilypond[11pt,fragment]{\context Voice <<c' es' ges'>>} & diminished \\
-\lilypond[11pt,fragment]{\context Voice <<c' e' gis'>>} & augmented \\
+\lilypond[staffsize=11,fragment,filename="cdur"]{\context Voice <<c' e' g'>>} & major \\
+\lilypond[staffsize=11,fragment]{\context Voice <<c' es' g'>>} & minor \\
+\lilypond[staffsize=11,fragment]{\context Voice <<c' es' ges'>>} & diminished \\
+\lilypond[staffsize=11,fragment]{\context Voice <<c' e' gis'>>} & augmented \\
 \hline
 \end{tabular}