[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/01: glilypond: new eps_func pdf instead of ly
From: |
Bernd Warken |
Subject: |
[groff] 01/01: glilypond: new eps_func pdf instead of ly |
Date: |
Thu, 10 Sep 2015 12:08:34 +0000 |
bwarken pushed a commit to branch master
in repository groff.
commit d73553f8cd09760aada5ccbfc351a18ea9871687
Author: Bernd Warken <address@hidden>
Date: Thu Sep 10 14:08:13 2015 +0200
glilypond: new eps_func pdf instead of ly
---
contrib/glilypond/ChangeLog | 4 ++++
contrib/glilypond/args.pl | 4 +++-
contrib/glilypond/examples/example.groff | 7 +++++--
contrib/glilypond/glilypond.pl | 10 ++++++----
4 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index 242a56c..a744e8d 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,5 +1,9 @@
2015-09-10 Bernd Warken <address@hidden>
+ * glilypond.pl, args.pl, subs.pl: New default `eps_func' as `pdf'.
+
+2015-09-10 Bernd Warken <address@hidden>
+
* 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 485195c..fef5ae2 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 <address@hidden>
+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 ba48c52..9227fdc 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 <address@hidden>.
.
-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 4051350..47d2ee1 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 <address@hidden>
+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'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/01: glilypond: new eps_func pdf instead of ly,
Bernd Warken <=