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