lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Proposed tweak to bagpipe.ly


From: Ben Beeson
Subject: Proposed tweak to bagpipe.ly
Date: Sun, 02 Mar 2014 01:40:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Hi all,


Today I decided to transcribe the Kilberry setting for "The Desparate Battle".  While I was working on that I created a small piece of code that you may consider useful enough to include in the next version of bagpipe.ly for the LilyPond world. The code is below and represents a way to mark the Taorluath, Taorluath A Mach, Crunluath, and Crunluath A Mach symbols as the Kilberry book does for
"The Desparate Battle".  This code follows other piobaireachd notation examples already in bagpipe.ly, so hopefully it will be straightforward to add this if the maintainer/author agrees.

*************** code snippet here ****************

txtaortaoramcruncrunam = \markup {

            \override #'(baseline-skip . 1.0)

                \column {

                    \center-align "T"

                    \center-align \scale #'(-1 . -1) "T"

                    \lower #2.5 \center-align "C"

                    \lower #1 \center-align \scale #'(-1 . -1) "C"

                }

}


*********** end snippet **************************


Here is a snapshot of the result.





Cheers,


Ben

reply via email to

[Prev in Thread] Current Thread [Next in Thread]