summaryrefslogtreecommitdiff
path: root/contrib/glilypond/examples/example.groff
blob: 6b89f90af34d6b28303239e7751a4b33e93bdef3 (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
47
48
49
50
51
.\" --------------------------------------------------------------------
.\" Legalese
.\" --------------------------------------------------------------------
.
.ig
glilypond - integrate 'lilypond' parts into 'groff' files

Source file position:  <groff_source_top>/contrib/glilypond.man
Installed position:    <prefix>/share/man/man1/glilypond.1

This file was written by Bernd Warken <groff\-bernd.warken\-72@web.de>.
.
Copyright (C) 2013-2015  Free Software Foundation, Inc.

Last update: 10 Sep 2015

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