lilypond-user
[Top][All Lists]
Advanced

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

Re: Slides (Was Problems with em dash)


From: Neil Puttock
Subject: Re: Slides (Was Problems with em dash)
Date: Fri, 14 Nov 2008 00:16:40 +0000

Hi Nick,

2008/11/13 Nick Payne <address@hidden>:
> To do the same for the lower voice which contains chords at the point where I
> want these indications, I'll guess have to create a hidden voice or voices
> to which to attach the glissando.

As an alternative, you could use \tweak to set the fingering text;
it's inserted between the note and the fingering:

\relative c' {
  \set fingeringOrientations = #'(left)
  <e-1 b'>
  <b-2 dis-\tweak #'text #(markup #:concat (#:rotate -5 "—" "1"))-1 b'>
  <c-\tweak #'text #(markup #:concat (#:rotate 5 "—" "2"))-2
   e-\tweak #'text #(markup #:concat (#:rotate 5 "—" "1"))-1 g>
}

Regards,
Neil

reply via email to

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