Hello:
In the attached snippet, what do I do to
1. Lower the turn and accidental, i.e. move it closed to the staff,
and
2. Avoid collision with the slur?
The code was taken from
http://lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attach
ed-to-notes
Thank you.
Mark
\version "2.16.2"
global = {
\key g \minor
\numericTimeSignature
\time 2/4
}
violin = \relative c'' {
\global
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
g'8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \sharp } }
bes16-3 d8-5\noBeam ) d,, |
c'8 ( fis,-2 ) fis-1\staccato ( fis-2\staccato ) |
%85
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
g8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \sharp } }
a16-3 b-4 g-2 a-1 b ) |
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
c8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \natural } }
d16-2 ees f g ees-2 ) |
d8 ( ees16-3 d-2 f ees d c ) |
bes8.-2 ( bes16\turn d-5 c bes a ) |
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
g8.-1 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \sharp } }
a16 b g a b ) |
%90
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
c8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \natural } }
d16 ees e-1 f fis ) |
}
\score {
\new Staff \violin
\layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user