mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Moved my files.
This commit is contained in:
parent
caf26da0cc
commit
03b63fc061
1 changed files with 8 additions and 8 deletions
|
@ -35,8 +35,8 @@ pitchnames = \pitchnamesBagpipe
|
||||||
% Bagpipe music is written in something like D major. If we use
|
% Bagpipe music is written in something like D major. If we use
|
||||||
% flattened notes, the flat should be shown on all instances.
|
% flattened notes, the flat should be shown on all instances.
|
||||||
bagpipeKey = {
|
bagpipeKey = {
|
||||||
\key d \major
|
\key d \major
|
||||||
\accidentalStyle "forget"
|
\accidentalStyle "forget"
|
||||||
}
|
}
|
||||||
|
|
||||||
% Show the key signature e.g. for BMW compatibility.
|
% Show the key signature e.g. for BMW compatibility.
|
||||||
|
@ -63,8 +63,8 @@ showTrueKeySignature = {
|
||||||
|
|
||||||
% Various tweaks to get good defaults for bagpipe music.
|
% Various tweaks to get good defaults for bagpipe music.
|
||||||
\paper {
|
\paper {
|
||||||
top-margin = 4\mm
|
top-margin = 4\mm
|
||||||
bottom-margin = 4\mm
|
bottom-margin = 4\mm
|
||||||
}
|
}
|
||||||
|
|
||||||
\layout {
|
\layout {
|
||||||
|
@ -111,13 +111,13 @@ showTrueKeySignature = {
|
||||||
|
|
||||||
% Sets the autobeamer to span quarter notes only. Use for fast music.
|
% Sets the autobeamer to span quarter notes only. Use for fast music.
|
||||||
quarterBeaming = {
|
quarterBeaming = {
|
||||||
\set Score.baseMoment = #(ly:make-moment 1 4)
|
\set Score.baseMoment = #(ly:make-moment 1 4)
|
||||||
\set Score.beatStructure = #'(1 1 1 1)
|
\set Score.beatStructure = #'(1 1 1 1)
|
||||||
}
|
}
|
||||||
% Sets the autobeamer to span half notes. Mostly used in reels.
|
% Sets the autobeamer to span half notes. Mostly used in reels.
|
||||||
halfBeaming = {
|
halfBeaming = {
|
||||||
\set Score.baseMoment = #(ly:make-moment 1 2)
|
\set Score.baseMoment = #(ly:make-moment 1 2)
|
||||||
\set Score.beatStructure = #'(1 1)
|
\set Score.beatStructure = #'(1 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
% Reels are in allabreve time with half note beaming.
|
% Reels are in allabreve time with half note beaming.
|
||||||
|
|
Loading…
Reference in a new issue