summaryrefslogtreecommitdiff
path: root/contrib/glilypond
diff options
context:
space:
mode:
authorBernd Warken <groff-bernd.warken-72@web.de>2015-09-10 14:08:13 +0200
committerBernd Warken <groff-bernd.warken-72@web.de>2015-09-10 14:08:13 +0200
commitd73553f8cd09760aada5ccbfc351a18ea9871687 (patch)
tree9ff09a10b954d9c230a6574238715553fc327e9f /contrib/glilypond
parent1c6f59e1884c3ba77877ad37ae443823f8583a65 (diff)
downloadgroff-git-d73553f8cd09760aada5ccbfc351a18ea9871687.tar.gz
glilypond: new eps_func pdf instead of ly
Diffstat (limited to 'contrib/glilypond')
-rw-r--r--contrib/glilypond/ChangeLog4
-rw-r--r--contrib/glilypond/args.pl4
-rw-r--r--contrib/glilypond/examples/example.groff7
-rwxr-xr-xcontrib/glilypond/glilypond.pl10
4 files changed, 18 insertions, 7 deletions
diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index 242a56c92..a744e8d26 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,5 +1,9 @@
2015-09-10 Bernd Warken <groff-bernd.warken-72@web.de>
+ * glilypond.pl, args.pl, subs.pl: New default `eps_func' as `pdf'.
+
+2015-09-10 Bernd Warken <groff-bernd.warken-72@web.de>
+
* glilypond.1.man: New default `pdf2eps'. Several fixes.
* subs.pl: Replace `.PSPIC' by `$P_PIC'. Set new default sub on
diff --git a/contrib/glilypond/args.pl b/contrib/glilypond/args.pl
index 485195c4f..fef5ae284 100644
--- a/contrib/glilypond/args.pl
+++ b/contrib/glilypond/args.pl
@@ -8,9 +8,11 @@ groff_lilypond - integrate `lilypond' into `groff' files
Source file position: `<groff-source>/contrib/glilypond/args.pl'
Installed position: `<prefix>/lib/groff/glilypond'
-Copyright (C) 2013-2014 Free Software Foundation, Inc.
+Copyright (C) 2013-2015 Free Software Foundation, Inc.
Written by Bernd Warken <groff-bernd.warken-72@web.de>
+Last update: 10 Sep 2015
+
This file is part of `GNU groff'.
`GNU groff' is free software: you can redistribute it and/or modify it
diff --git a/contrib/glilypond/examples/example.groff b/contrib/glilypond/examples/example.groff
index ba48c52b3..9227fdc29 100644
--- a/contrib/glilypond/examples/example.groff
+++ b/contrib/glilypond/examples/example.groff
@@ -10,7 +10,9 @@ Installed position: <prefix>/share/man/man1/glilypond.1
This file was written by Bernd Warken <groff\-bernd.warken\-72@web.de>.
.
-Copyright (C) 2013-2014 Free Software Foundation, Inc.
+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.
@@ -31,8 +33,9 @@ The license text is available in the internet at
before
.lilypond start
\version "2.14.2"
-\relative c'' {
+\relative c' {
\key c \minor
+ c d e f
g(
<ees c'>)
<d f gis b>-.
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index 405135068..47d2ee13a 100755
--- a/contrib/glilypond/glilypond.pl
+++ b/contrib/glilypond/glilypond.pl
@@ -33,9 +33,11 @@ glilypond - integrate `lilypond' into `groff' files
Source file position: `<groff-source>/contrib/glilypond/glilypond.pl'
Installed position: `<prefix>/bin/glilypond'
-Copyright (C) 2013-2014 Free Software Foundation, Inc.
+Copyright (C) 2013-2015 Free Software Foundation, Inc.
Written by Bernd Warken <groff-bernd.warken-72@web.de>
+Last update: 10 Sep 2015
+
This file is part of `GNU groff'.
`GNU groff' is free software: you can redistribute it and/or modify it
@@ -174,9 +176,9 @@ our $Args =
'eps_dir' => EMPTYSTRING, # can be overwritten by `--eps_dir'
# `eps-func' has 2 possible values:
- # 1) `ly' from `--ly2eps' (default)
- # 2) `pdf' `--pdf2eps'
- 'eps_func' => 'ly',
+ # 1) `pdf' `--pdf2eps' (default)
+ # 2) `ly' from `--ly2eps'
+ 'eps_func' => 'pdf',
# files names of temporary files start with this string,
# can be overwritten by `--prefix'