blob: 856474e016fb902659a9572a266cba887b5e8a51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
.\" --------------------------------------------------------------------
.\" Legalese
.\" --------------------------------------------------------------------
.
.ig
glilypond - integrate 'lilypond' parts into 'groff' files
This file was written by Bernd Warken <groff\-bernd.warken\-72@web.de>.
.
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of glilypond, which is part of GNU groff, a free
software project.
You can redistribute it and/or modify it under the terms of the GNU
General Public License version 2 as published by the Free Software
Foundation.
The license text is available in the internet at
.UR http://\%www.gnu.org/\%licenses/\%gpl-2.0.html
.UE .
..
.
.\" --------------------------------------------------------------------
.\" Groff Part
.\" --------------------------------------------------------------------
.
before
.lilypond start
\version "2.14.2"
\relative c' {
\key c \minor
c d e f
g(
<ees c'>)
<d f gis b>-.
<ees g bes>-.
}
\paper {
oddHeaderMarkup = #f
evenHeaderMarkup = #f
oddFooterMarkup = #f
evenFooterMarkup = #f
}
.lilypond end
after
|