Changed beaming base and added definitions for seconds and thirds

This commit is contained in:
Eric Teunis de Boone 2016-07-12 11:19:49 +02:00
parent 5ffe8e28e4
commit 94c729bd00
2 changed files with 7 additions and 3 deletions

View File

@ -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 = ""

View File

@ -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 )
}