Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OrchestralLily
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edition Kainhofer
OrchestralLily
Commits
1de38c68
Commit
1de38c68
authored
10 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Update to last Lilypond version, layout fixes, prepare for lilyglyphs library import
parent
6ec80ab9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
editionkainhofer.sty
+9
-3
9 additions, 3 deletions
editionkainhofer.sty
lilyglyphs
+0
-1
0 additions, 1 deletion
lilyglyphs
lilyglyphs_def.itex
+29
-0
29 additions, 0 deletions
lilyglyphs_def.itex
orchestrallily.ily
+1
-1
1 addition, 1 deletion
orchestrallily.ily
with
39 additions
and
5 deletions
editionkainhofer.sty
+
9
−
3
View file @
1de38c68
...
...
@@ -8,6 +8,7 @@
\usepackage
{
amsmath
}
\usepackage
[english,ngerman]
{
babel
}
\usepackage
{
geometry
}
% \usepackage[utf8]{inputenc}
% \usepackage{fontspec}
\usepackage
{
multicol
}
...
...
@@ -20,9 +21,13 @@
\usepackage
{
relsize
}
\usepackage
{
graphics
}
\usepackage
{
enumerate
}
\usepackage
{
lilyglyphs/lilyglyphs
}
\usepackage
{
xspace
}
\input
{
lilyglyphs
_
def.itex
}
%%%%% XeLaTeX:
% \usepackage[latin1]{inputenc}
% \usepackage[T1]{fontenc}
\usepackage
{
fontspec
}
% font selecting commands
\usepackage
{
xunicode
}
% unicode character macros
\usepackage
{
xltxtra
}
% a few fixes and extras
...
...
@@ -159,7 +164,7 @@
\let\@
software
\@
empty
\newcommand
{
\software
}
[1]
{
\gdef\@
software
{
#1
}}
\software
{
Lilypond 2.1
4
,
\href
{
http://www.lilypond.org/
}{
http://www.lilypond.org/
}}
\software
{
Lilypond 2.1
7
,
\href
{
http://www.lilypond.org/
}{
http://www.lilypond.org/
}}
\gdef\@
editedby
{
Herausgegeben von: / Edited by:
}
...
...
@@ -264,7 +269,6 @@
\pagebreak
\thispagestyle
{
empty
}
\null
\pagebreak
\vfill\vfill\vfill\vfill\vfill\vfill
\backpage
}
...
...
@@ -272,6 +276,8 @@
\thispagestyle
{
empty
}
\ifcolortitle\pagecolor
{
cover
}
\fi
\null
${}$
\vfill\vfill\vfill\vfill\vfill\vfill
\ifx\@
ismn
\@
empty
%
\else
\begin{center}
...
...
This diff is collapsed.
Click to expand it.
lilyglyphs
deleted
120000 → 0
+
0
−
1
View file @
6ec80ab9
/home/reinhold/Software/lilyglyphs/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lilyglyphs_def.itex
0 → 100644
+
29
−
0
View file @
1de38c68
\usepackage{lilyglyphs/lilyglyphs}
% Accent: scripts.sforzato
\newcommand*{\accentBase}[1][]{%
\setkeys{lilyDesignOptions}{scale=1.5,raise=0.7}%
\lilyPrint[#1]{\hspace{0.25em}\lilyGetGlyph{scripts.sforzato}}%
}
% \newcommand*{\lilyAccent}[1][]{\accentBase[#1] }
% \WithSuffix\newcommand\lilyAccent*[1][]{\accentBase[#1]}
\newcommand{\pppp}{\lilyDynamics{pppp}\xspace}
\newcommand{\ppp}{\lilyDynamics{ppp}\xspace}
\newcommand{\pp}{\lilyDynamics{pp}\xspace}
\newcommand{\p}{\lilyDynamics{p}\xspace}
\renewcommand{\mp}{\lilyDynamics{mp}\xspace}
\newcommand{\mf}{\lilyDynamics{mf}\xspace}
\newcommand{\f}{\lilyDynamics{f}\xspace}
\newcommand{\ff}{\lilyDynamics{ff}\xspace}
\newcommand{\fff}{\lilyDynamics{fff}\xspace}
\newcommand{\ffff}{\lilyDynamics{ffff}\xspace}
\renewcommand{\sf}{\lilyDynamics{sf}\xspace}
\newcommand{\fz}{\lilyDynamics{fz}\xspace}
\newcommand{\ffz}{\lilyDynamics{ffz}\xspace}
\newcommand{\sfz}{\lilyDynamics{sfz}\xspace}
\newcommand{\rfz}{\lilyDynamics{rfz}\xspace}
\newcommand{\pf}{\lilyDynamics{pf}\xspace}
\newcommand{\fp}{\lilyDynamics{fp}\xspace}
\newcommand{\acc}{\lilyAccent{}\xspace}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
orchestrallily.ily
+
1
−
1
View file @
1de38c68
...
...
@@ -557,7 +557,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?)
(cond
((and (pair? music) (ly:music? (car music)) (not-null? (cdr music)) (ly:music? (cadr music)))
;(ly:message "Part-combine with two music expressions")
(oly:staff_handler_internal parser piece name "Staff" (list (make-part-combine-music parser music #f))))
(oly:staff_handler_internal parser piece name "Staff" (list (make-part-combine-music parser music #f
'(0 . 8)
))))
((null? music)
;;(ly:warning "Part-combine without any music expressions")
'())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment