mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-12-22 17:23:32 +01:00
Changed beaming base and added definitions for seconds and thirds
This commit is contained in:
parent
5ffe8e28e4
commit
94c729bd00
2 changed files with 7 additions and 3 deletions
|
@ -102,10 +102,14 @@ instrumentSide = "Side"
|
||||||
instrumentTenor = "Tenor"
|
instrumentTenor = "Tenor"
|
||||||
instrumentBass = "Bass"
|
instrumentBass = "Bass"
|
||||||
instrumentPipes = "Pipes"
|
instrumentPipes = "Pipes"
|
||||||
|
instrumentSecnd = "Seconds"
|
||||||
|
instrumentThrd = "Thirds"
|
||||||
shortInstrumentSide = "S.D."
|
shortInstrumentSide = "S.D."
|
||||||
shortInstrumentTenor = "T.D."
|
shortInstrumentTenor = "T.D."
|
||||||
shortInstrumentBass = "B.D."
|
shortInstrumentBass = "B.D."
|
||||||
shortInstrumentPipes = "P."
|
shortInstrumentPipes = "P."
|
||||||
|
shortInstrumentSecnd = "2nd"
|
||||||
|
shortInstrumentThrd = "3rd"
|
||||||
composerSide = ""
|
composerSide = ""
|
||||||
composerTenor = ""
|
composerTenor = ""
|
||||||
composerBass = ""
|
composerBass = ""
|
||||||
|
|
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
eighthBeaming = {
|
eighthBeaming = {
|
||||||
\set baseMoment = #(ly:make-moment 1/8)
|
\set baseMoment = #(ly:make-moment 1/8)
|
||||||
\set beatStructure = #'( 2 2 )
|
\set beatStructure = #'( 2 )
|
||||||
}
|
}
|
||||||
eighthReelBeaming = {
|
eighthReelBeaming = {
|
||||||
\set baseMoment = #(ly:make-moment 1/8)
|
\set baseMoment = #(ly:make-moment 1/8)
|
||||||
\set beatStructure = #'( 4 4)
|
\set beatStructure = #'( 4 )
|
||||||
}
|
}
|
||||||
compoundEighthBeaming = {
|
eighthCompoundBeaming = {
|
||||||
\set baseMoment = #(ly:make-moment 1/8)
|
\set baseMoment = #(ly:make-moment 1/8)
|
||||||
\set beatStructure = #'( 3 )
|
\set beatStructure = #'( 3 )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue