We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16c163d + 30b98fe commit ccceee5Copy full SHA for ccceee5
tests/fixtures/sample-with-diagram.adoc
@@ -266,3 +266,33 @@ https://tikz.net/
266
267
\end{tikzpicture}
268
....
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
283
+ \clef "bass"
284
+ fis
285
286
287
288
289
+ \key ces \major
290
+ ges'2
291
292
293
294
295
+ fes
296
297
298
0 commit comments