lilypond-user
[Top][All Lists]
Advanced

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

Re: inline \prall


From: Nick Payne
Subject: Re: inline \prall
Date: Mon, 19 Nov 2012 14:41:37 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

On 19/11/12 12:47, Paul wrote:
I would like to set my prall on the right-hand side of my note, rather
than above it.  (Per Baroque organ scores.)  Any ideas how to achieve
this?

Adaptation of http://lsr.dsi.unimi.it/LSR/Item?id=690

%=============================
\version "2.16.0"

bprall =
#(let ((finger (make-music 'FingeringEvent)))
   (set! (ly:music-property finger 'tweaks)
         (acons 'text (markup #:fontsize 5 #:musicglyph "scripts.prallup")
                (ly:music-property finger 'tweaks)))
   finger)

\relative c'' {
  \set fingeringOrientations = #'(right)
  \override Fingering #'minimum-X-extent = #'(1 . 2)
  <c\bprall>4 e8
}
%=============================

Attachment: bprall.png
Description: PNG image


reply via email to

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