mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-12-22 09:13:33 +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"
|
||||
instrumentBass = "Bass"
|
||||
instrumentPipes = "Pipes"
|
||||
instrumentSecnd = "Seconds"
|
||||
instrumentThrd = "Thirds"
|
||||
shortInstrumentSide = "S.D."
|
||||
shortInstrumentTenor = "T.D."
|
||||
shortInstrumentBass = "B.D."
|
||||
shortInstrumentPipes = "P."
|
||||
shortInstrumentSecnd = "2nd"
|
||||
shortInstrumentThrd = "3rd"
|
||||
composerSide = ""
|
||||
composerTenor = ""
|
||||
composerBass = ""
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
eighthBeaming = {
|
||||
\set baseMoment = #(ly:make-moment 1/8)
|
||||
\set beatStructure = #'( 2 2 )
|
||||
\set beatStructure = #'( 2 )
|
||||
}
|
||||
eighthReelBeaming = {
|
||||
\set baseMoment = #(ly:make-moment 1/8)
|
||||
\set beatStructure = #'( 4 4)
|
||||
\set beatStructure = #'( 4 )
|
||||
}
|
||||
compoundEighthBeaming = {
|
||||
eighthCompoundBeaming = {
|
||||
\set baseMoment = #(ly:make-moment 1/8)
|
||||
\set beatStructure = #'( 3 )
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue