X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fbagpipe.ly;h=cfe1ec14506acdecc228ee75750ac3497a9382e5;hb=778f00cdb2ae935e1b180443227fa1b058386a7e;hp=07c39a9bcd85846a571798e6ff14512fdd8b6c5e;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/ly/bagpipe.ly b/ly/bagpipe.ly index 07c39a9bcd..cfe1ec1450 100644 --- a/ly/bagpipe.ly +++ b/ly/bagpipe.ly @@ -1,5 +1,5 @@ %{ - Bagpipe music settings for Lilypond. + Bagpipe music settings for LilyPond. This file builds on work by Andrew McNabb (http://www.mcnabbs.org/andrew/) Substantial changes and additions made by @@ -69,20 +69,16 @@ showKeySignature = { % Sets the autobeamer to span quarter notes only. Use for fast music. % TODO: Needs more tweaking quarterBeaming = { - #(override-auto-beam-setting '(end * * * *) 1 4 'Staff) - #(override-auto-beam-setting '(end * * * *) 1 2 'Staff) - #(override-auto-beam-setting '(end * * * *) 3 4 'Staff) - #(override-auto-beam-setting '(end * * * *) 4 4 'Staff) - #(revert-auto-beam-setting '(end 1 32 2 4 ) 1 8 'Staff) - #(revert-auto-beam-setting '(end 1 32 2 4 ) 3 8 'Staff) - #(revert-auto-beam-setting '(end 1 32 4 4 ) 1 8 'Staff) - #(revert-auto-beam-setting '(end 1 32 4 4 ) 3 8 'Staff) - #(revert-auto-beam-setting '(end 1 32 4 4 ) 5 8 'Staff) - #(revert-auto-beam-setting '(end 1 32 4 4 ) 7 8 'Staff) + \overrideBeamSettings #'Staff #'(4 . 4) #'end + #'((* . (1 1 1 1)) ; could omit this and use beatLength + ((1 . 32) . (4 4 4 4 4 4 4 4))) + \overrideBeamSettings #'Staff #'(2 . 4) #'end + #'((* . (1 1)) + ((1 . 32) . (4 4 4 4))) } halfBeaming = { - #(override-auto-beam-setting '(end * * 2 2) 1 2 'Staff) - #(override-auto-beam-setting '(end * * 2 2) 2 2 'Staff) + \overrideBeamSettings #'Staff #'(2 . 2) #'end + #'((* . (1 1))) % could omit this and use beatLength } % Reels are in allabreve time with half note beaming. reelTime = {