mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-11-01 01:53:32 +01:00
Squeeze systems per default.
Remove unnecessary page-count properties.
This commit is contained in:
parent
d87c1032aa
commit
9c6f920d96
1 changed files with 12 additions and 1 deletions
|
@ -54,12 +54,20 @@ showTrueKeySignature = {
|
||||||
}
|
}
|
||||||
|
|
||||||
% Various tweaks to get good defaults for bagpipe music.
|
% Various tweaks to get good defaults for bagpipe music.
|
||||||
|
\paper {
|
||||||
|
top-margin = 4\mm
|
||||||
|
bottom-margin = 4\mm
|
||||||
|
}
|
||||||
|
|
||||||
\layout {
|
\layout {
|
||||||
indent = 0.0
|
indent = 0.0
|
||||||
|
|
||||||
\context {
|
\context {
|
||||||
\Score
|
\Score
|
||||||
|
|
||||||
|
between-system-space = #0.1
|
||||||
|
between-system-padding = #0.0
|
||||||
|
|
||||||
\remove "Bar_number_engraver"
|
\remove "Bar_number_engraver"
|
||||||
|
|
||||||
\override Stem #'direction = #down
|
\override Stem #'direction = #down
|
||||||
|
@ -74,6 +82,9 @@ showTrueKeySignature = {
|
||||||
\context {
|
\context {
|
||||||
\StaffGroup
|
\StaffGroup
|
||||||
|
|
||||||
|
between-system-space = #0.1
|
||||||
|
between-system-padding = #0.0
|
||||||
|
|
||||||
extraNatural = ##f
|
extraNatural = ##f
|
||||||
|
|
||||||
\override KeySignature #'stencil = ##f
|
\override KeySignature #'stencil = ##f
|
||||||
|
@ -301,7 +312,7 @@ dre = { \grace { \small e32[ a f a] } }
|
||||||
dare = { \grace { \small f32[ e g e] } }
|
dare = { \grace { \small f32[ e g e] } }
|
||||||
bari = { \grace { \small e32[ G f G] } }
|
bari = { \grace { \small e32[ G f G] } }
|
||||||
dari = { \grace { \small f32[ e g e f e] } }
|
dari = { \grace { \small f32[ e g e f e] } }
|
||||||
pthrwd = { \grace { \small G32[ d32 c] } }
|
pthrwd = { \grace { \small G16[ d32 c] } }
|
||||||
darodo = { \grace { \small G32[ d G c G] } }
|
darodo = { \grace { \small G32[ d G c G] } }
|
||||||
Gdarodo = { \grace { \small d32[ G c G] } }
|
Gdarodo = { \grace { \small d32[ G c G] } }
|
||||||
pdarodo = { \grace { \small G16[ d32 G c G16] } }
|
pdarodo = { \grace { \small G16[ d32 G c G16] } }
|
||||||
|
|
Loading…
Reference in a new issue