File: music.xml

package info (click to toggle)
dblatex 0.3.10-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 13,164 kB
  • ctags: 1,099
  • sloc: xml: 102,864; python: 8,188; makefile: 117; sh: 48
file content (24 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<section id="sec-music">
<title>Musical Notation</title>

<para>Dblatex does not itself present musical notation.  Of course,
images of musical scores can be incorporated into dblatex output as
can any other sort of images.  For a more comprehensive solution which
better integrates the typesetting of text with musical notation the
LilyPond project (<ulink url="http://www.lilypond.org/"/>) provides a
facility for including musical notation within DocBook documents.
LilyPond provides a program, <command>lilypond-book</command>, that
pre-processes DocBook documents containing LilyPond musical notation
and which can automatically invoke <command>dblatex</command> to
produce PDFs integrating musical notation with text.</para>

<!-- It would be nice to use <citation> here instead of <quote>. -->
<para>Information regards <command>lilypond-book</command> is, at
present, found in LilyPond's <quote>Usage</quote> manual, the
<quote>Running lilypond-book</quote> chapter, the <quote>Integrating
music and text</quote> section.</para>

</section>