Regarding your second question on extending the trill to the bar line, see
the following bug report
http://code.google.com/p/lilypond/issues/detail?id=493&q=to-barline

  /Mats

Ruth Roland wrote:
Hi,
There have been various posts regarding putting an accidental above a trill. Does anyone have an idea why this example doesn't work? I'm not even getting an
error message.  I can't find newer code online.  Also, is there a way to extend
the trillspan all the way to the barline?  I found a post with this question,
but no answer.
Thanks, Ruth

\version "2.11.28"

global= {
           \key d \minor
                        \time 6/8
}
violinOne = \new Voice { \relative { a''2.~\startTrillSpan a2.~ a2.~ a2.\stopTrillSpan \override TrillSpanner #'edge-text = #(cons (markup #:line (#:halign -0.5 #:musicglyph "scripts.trill" #:teeny
#:raise 0.5 #:flat)) "")
        g2.\startTrillSpan g4.\stopTrillSpan a d a4.\trill a4~( a16 b32 cis) d4.
}}
         \score {
                \new Staff << \global \violinOne >>
         }



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to