On Mon 01 May 2017 at 07:59:32 (-0500), Paul Napolitano wrote: > David; > > This appears to put the arrow over the note, which works well for some > instances. Do you know if it is possible to adjust its position so it is > over a gracenote (bagpipes)? > > On Fri, Apr 28, 2017 at 11:09 PM, David Wright <[email protected]> > wrote: > > > On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote: > > > Is there a way to put up and down arrows above the staff to indicate the > > down and up beats? > > > > c'4 ^\markup { ↓ } f'4 ^\markup { ↑ }
I see no issue with grace notes, but if you want to fine tune the positions, I only know how to do it in 2.19. Cheers, David.
\version "2.19.49"
\relative c' {
\set tieWaitForNote = ##t
\grace { c16[ ^\markup { ↓ } ~ e ^\markup { \translate #'(0 . 2) "↑" } ~ g]
^\markup { ↓ } ~ } <c, e g>2 ^\markup { \translate #'(2 . 0) ↑ }
\repeat tremolo 8 { c32 ~ c' ~ } <c c,>1
e8 ~ c ~ a ~ f ~ <e' c a f>2
\tieUp
c8 ~ a
\tieDown
\tieDotted
g8 ~ c g2
}
grace.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
