Skip to content

Commit ccceee5

Browse files
authored
Merge pull request #551 from benjamingarcia/update-dockerfile
test: add lilypond diagram in sample diagram
2 parents 16c163d + 30b98fe commit ccceee5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tests/fixtures/sample-with-diagram.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,33 @@ https://tikz.net/
266266
267267
\end{tikzpicture}
268268
....
269+
270+
=== Lilypond
271+
lilypond.org
272+
273+
[lilypond]
274+
....
275+
\version "2.24.4"
276+
\new PianoStaff <<
277+
\new Staff = "RH" <<
278+
\key cis \major
279+
gis'2
280+
>>
281+
\new Staff = "LH" <<
282+
\key cis \major
283+
\clef "bass"
284+
fis
285+
>>
286+
>>
287+
\new PianoStaff <<
288+
\new Staff = "RH" <<
289+
\key ces \major
290+
ges'2
291+
>>
292+
\new Staff = "LH" <<
293+
\key ces \major
294+
\clef "bass"
295+
fes
296+
>>
297+
>>
298+
....

0 commit comments

Comments
 (0)