Re: placement of \trill script

2015-06-27 Thread Andrew Bernard
Hi Patrick, This comes up quite often in 18c music. The way I do it is to have separate voices for the notes in the chords. Adding an ornament then goes in the right place beside the note automatically. The downside is, perhaps, that then you get offsetting of the notes for the voices, and you

Re: placement of \trill script

2015-06-27 Thread Thomas Morley
2015-06-27 23:53 GMT+02:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Pat, > > How about: > > \version "2.19.20" > > myTrill = > #(let ((finger (make-music 'FingeringEvent))) >(set! (ly:music-property finger 'tweaks) > (acons 'text > #{ >

Re: placement of \trill script

2015-06-27 Thread Pierre Perol-Schneider
Hi Pat, How about: \version "2.19.20" myTrill = #(let ((finger (make-music 'FingeringEvent))) (set! (ly:music-property finger 'tweaks) (acons 'text #{ \markup \fontsize #5 \with-dime

placement of \trill script

2015-06-27 Thread Patrick Karl
I am having a problem with the following snippet: \version "2.19.20" { \new PianoStaff << \new Staff { \relative c'' { << \new Voice="first" { \voiceOne b8 a a2 \oneVoice r4 } \new Voice="second" { \voiceTwo d,8 e 2} >> } } \new Staff {