Ach ja, der Code ist falsch. \stopTrillSpan hätte ich bis zur ersten 16tel setzen müssen, also:
\version "2.16.0"
dashPlus = "trill"
\include "articulate.ly"
\header {
}
\layout {
}
\paper {
}
musicI = {
\clef treble
\key e \major
\time 4/4
\once\override Script #'extra-offset = #'(0 . -5) cis1~\startTrillSpan^\markup { \halign #.0075 { \small { "canoro incanto:" } } } cis cis16(\stopTrillSpan dis) cis( dis) \tieDashed cis4~ cis16( dis) cis( dis) cis4 \break
R1 R R
}
music = { <<
\new StaffGroup <<
\new Staff = "violin0" \with { instrumentName = "Violino" shortInstrumentName = "Vl. pr." midiInstrument = #"violin" }
<<
\tag #'midi { \articulate \relative c'' \musicI }
\tag #'print { \relative c'' \musicI }
>>
>>
>> }
\score {
\keepWithTag #'print
\music
\layout { }
}
\score {
\unfoldRepeats
<<
\keepWithTag #'midi
\music
>>
\midi {
\context {
\Staff
\remove "Staff_performer"
}
\context {
\Voice
\consists "Staff_performer"
}
\tempo 4 = 100
}
}
Allerdings reicht jetzt die TrillSpan-Linie auch bis zur ersten 16tel-Note. Ich hätte jedoch immer noch gern, dass die vor dem 2. Taktstrich endet.
Nochmals danke,
DocTaxon ...